#6E8DD5

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

Shades of Cornflower Blue #6E8DD5

Tints of Cornflower Blue #6E8DD5

Color information

#6E8DD5 (or 0x6E8DD5) is unknown color: approx Cornflower Blue. HEX triplet: 6E, 8D and D5. RGB value is (110,141,213). Sum of RGB (Red+Green+Blue) = 110+141+213=464 (61% of max value = 765). Red value is 110 (43.36% from 255 or 23.71% from 464); Green value is 141 (55.47% from 255 or 30.39% from 464); Blue value is 213 (83.59% from 255 or 45.91% from 464); Max value from RGB is 213 - color contains mainly: blue. Hex color #6E8DD5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6E8DD5 is #91722A. Grayscale: #8B8B8B. Windows color (decimal): -9531947 or 13995374. OLE color: 13995374.

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

Color convert

RGB110141213-
CMYK0.480.3400.16
HSL221.94º55.08%63.33%-
HSV(B)221.94º48.36%83.53%-
XYZ27.9727.1766.72-
YUV139.94169.23106.65-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 23.71%
GREEN value IS 141 (55.47% from 255) = 30.39%
BLUE value IS 213 (83.59% from 255) = 45.91%
R=23.71%
G=30.39%
B=45.91%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1101412130.480.3400.16221.9455.0863.33
Hex6E8DD53022010de373f
Octal15621532560420203366777
Binary1101110100011011101010111000010001001000011011110110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E8DD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,141,213); }

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

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

 a { background-color: rgb(110,141,213); }

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

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

 span { border-color: rgb(110,141,213); }

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