Html Css Color HEX #6E94DC Cornflower Blue

📋 copy color: '#6E94DC'

red 110 ◦ green 148 ◦ blue 220

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

Shades of Cornflower Blue #6E94DC

Tints of Cornflower Blue #6E94DC

RGB

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

 GREEN value IS 148 (58.2% from 255) = 30.96%

 BLUE value IS 220 (86.33% from 255) = 46.03%

R = 23.01%
G = 30.96%
B = 46.03%

CMYK

 C value IS 0.50

 M value IS 0.33

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6E94DC (or 0x6E94DC) is known color: Cornflower Blue. HEX triplet: 6E, 94 and DC. RGB value is (110,148,220). Sum of RGB (Red+Green+Blue) = 110+148+220=478 (63% of max value = 765). Red value is 110 (43.36% from 255 or 23.01% from 478); Green value is 148 (58.20% from 255 or 30.96% from 478); Blue value is 220 (86.33% from 255 or 46.03% from 478); Max value from RGB is 220 - color contains mainly: blue. Hex color #6E94DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6E94DC is #916B23. Grayscale: #909090. Windows color (decimal): -9530148 or 14455918. OLE color: 14455918.

HSL color Cylindrical-coordinate representation of color #6E94DC: hue angle of 219.27º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6E94DC is Cyan = 0.50, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 110 148 220 -
CMYK 0.50 0.33 0 0.14
HSL 219.27º 0.61% 0.65% -
HSV(B) 219.27º 0.5% 0.86% -
XYZ 29.94 29.66 71.86 -
YUV 144.85 170.41 103.15 -
System Red Green Blue C M Y K H S L
Decimal 110 148 220 0.50 0.33 0 0.14 219.27 0.61 0.65
Hex 6E 94 DC 32 21 0 E DB 3D 41
Octal 156 224 334 62 41 0 16 333 75 101
Binary 1101110 10010100 11011100 110010 100001 0 1110 11011011 111101 1000001

Color Harmonies of #6E94DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E94DC

Black with #6E94DC

Text Example


Text Example

White with #6E94DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,148,220); }

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

background-color css

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

 a { background-color: rgb(110,148,220); }

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

border-color css

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

 span { border-color: rgb(110,148,220); }

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