Html Css Color HEX #6E8FDD Cornflower Blue

📋 copy color: '#6E8FDD'

red 110 ◦ green 143 ◦ blue 221

#6E8FDD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cornflower Blue #6E8FDD

Tints of Cornflower Blue #6E8FDD

RGB

 RED value IS 110 (43.36% from 255) = 23.21%

 GREEN value IS 143 (56.25% from 255) = 30.17%

 BLUE value IS 221 (86.72% from 255) = 46.62%

R = 23.21%
G = 30.17%
B = 46.62%

CMYK

 C value IS 0.50

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6E8FDD (or 0x6E8FDD) is known color: Cornflower Blue. HEX triplet: 6E, 8F and DD. RGB value is (110,143,221). Sum of RGB (Red+Green+Blue) = 110+143+221=474 (62% of max value = 765). Red value is 110 (43.36% from 255 or 23.21% from 474); Green value is 143 (56.25% from 255 or 30.17% from 474); Blue value is 221 (86.72% from 255 or 46.62% from 474); Max value from RGB is 221 - color contains mainly: blue. Hex color #6E8FDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6E8FDD is #917022. Grayscale: #8D8D8D. Windows color (decimal): -9531427 or 14520174. OLE color: 14520174.

HSL color Cylindrical-coordinate representation of color #6E8FDD: hue angle of 222.16º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6E8FDD is Cyan = 0.50, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 110 143 221 -
CMYK 0.50 0.35 0 0.13
HSL 222.16º 0.62% 0.65% -
HSV(B) 222.16º 0.5% 0.87% -
XYZ 29.3 28.18 72.3 -
YUV 142.03 172.57 105.16 -
System Red Green Blue C M Y K H S L
Decimal 110 143 221 0.50 0.35 0 0.13 222.16 0.62 0.65
Hex 6E 8F DD 32 23 0 D DE 3E 41
Octal 156 217 335 62 43 0 15 336 76 101
Binary 1101110 10001111 11011101 110010 100011 0 1101 11011110 111110 1000001

Color Harmonies of #6E8FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E8FDD

Black with #6E8FDD

Text Example


Text Example

White with #6E8FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,143,221); }

 H1.HeaderClassName
 {
   color: #6E8FDD;
 }
 .AnyTagClassName
 {
   color: #6E8FDD;
 }
</style>

background-color css

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

 a { background-color: rgb(110,143,221); }

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

border-color css

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

 span { border-color: rgb(110,143,221); }

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