#6D94D6

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

Shades of Cornflower Blue #6D94D6

Tints of Cornflower Blue #6D94D6

Color information

#6D94D6 (or 0x6D94D6) is unknown color: approx Cornflower Blue. HEX triplet: 6D, 94 and D6. RGB value is (109,148,214). Sum of RGB (Red+Green+Blue) = 109+148+214=471 (62% of max value = 765). Red value is 109 (42.97% from 255 or 23.14% from 471); Green value is 148 (58.20% from 255 or 31.42% from 471); Blue value is 214 (83.98% from 255 or 45.44% from 471); Max value from RGB is 214 - color contains mainly: blue. Hex color #6D94D6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D94D6 is #926B29. Grayscale: #8F8F8F. Windows color (decimal): -9595690 or 14062701. OLE color: 14062701.

HSL color Cylindrical-coordinate representation of color #6D94D6: hue angle of 217.71º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6D94D6 is Cyan = 0.49, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB109148214-
CMYK0.490.3100.16
HSL217.71º56.15%63.33%-
HSV(B)217.71º49.07%83.92%-
XYZ29.0329.2967.74-
YUV143.86167.58103.13-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 23.14%
GREEN value IS 148 (58.20% from 255) = 31.42%
BLUE value IS 214 (83.98% from 255) = 45.44%
R=23.14%
G=31.42%
B=45.44%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1091482140.490.3100.16217.7156.1563.33
Hex6D94D6311F010da383f
Octal15522432661370203327077
Binary110110110010100110101101100011111101000011011010111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D94D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,148,214); }

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

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

 a { background-color: rgb(109,148,214); }

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

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

 span { border-color: rgb(109,148,214); }

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