#6C94F1

Color #6C94F1 Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower Blue #6C94F1

Tints of Cornflower Blue #6C94F1

Color information

#6C94F1 (or 0x6C94F1) is unknown color: approx Cornflower Blue. HEX triplet: 6C, 94 and F1. RGB value is (108,148,241). Sum of RGB (Red+Green+Blue) = 108+148+241=497 (65% of max value = 765). Red value is 108 (42.58% from 255 or 21.73% from 497); Green value is 148 (58.20% from 255 or 29.78% from 497); Blue value is 241 (94.53% from 255 or 48.49% from 497); Max value from RGB is 241 - color contains mainly: blue. Hex color #6C94F1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6C94F1 is #936B0E. Grayscale: #929292. Windows color (decimal): -9661199 or 15832172. OLE color: 15832172.

HSL color Cylindrical-coordinate representation of color #6C94F1: hue angle of 221.95º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6C94F1 is Cyan = 0.55, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB108148241-
CMYK0.550.3900.05
HSL221.95º82.61%68.43%-
HSV(B)221.95º55.19%94.51%-
XYZ32.6530.7287.43-
YUV146.64181.25100.44-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 108 (42.58% from 255) = 21.73%
GREEN value IS 148 (58.20% from 255) = 29.78%
BLUE value IS 241 (94.53% from 255) = 48.49%
R=21.73%
G=29.78%
B=48.49%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1081482410.550.3900.05221.9582.6168.43
Hex6C94F1372705de5344
Octal154224361674705336123104
Binary1101100100101001111000111011110011101011101111010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C94F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6C94F1; }

 p { color: rgb(108,148,241); }

 H1.HeaderClassName
 {
   color: #6C94F1;
 }
 .AnyTagClassName
 {
   color: #6C94F1;
 }
</style>
background-color css

<style>
 a { background-color: #6C94F1; }

 a { background-color: rgb(108,148,241); }

 div.DivClassName
 {
   background-color: #6C94F1;
 }
 .BgClassName
 {
   background-color: #6C94F1;
 }
</style>
border-color css

<style>
 span { border-color: #6C94F1; }

 span { border-color: rgb(108,148,241); }

 td.TdClassName
 {
   border-color: #6C94F1;
 }
 .TagClassName
 {
   border-color: #6C94F1;
 }
</style>