Html Css Color HEX #6E8EEB Cornflower Blue

📋 copy color: '#6E8EEB'

red 110 ◦ green 142 ◦ blue 235

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

Shades of Cornflower Blue #6E8EEB

Tints of Cornflower Blue #6E8EEB

RGB

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

 GREEN value IS 142 (55.86% from 255) = 29.16%

 BLUE value IS 235 (92.19% from 255) = 48.25%

R = 22.59%
G = 29.16%
B = 48.25%

CMYK

 C value IS 0.53

 M value IS 0.40

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6E8EEB (or 0x6E8EEB) is known color: Cornflower Blue. HEX triplet: 6E, 8E and EB. RGB value is (110,142,235). Sum of RGB (Red+Green+Blue) = 110+142+235=487 (64% of max value = 765). Red value is 110 (43.36% from 255 or 22.59% from 487); Green value is 142 (55.86% from 255 or 29.16% from 487); Blue value is 235 (92.19% from 255 or 48.25% from 487); Max value from RGB is 235 - color contains mainly: blue. Hex color #6E8EEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6E8EEB is #917114. Grayscale: #8E8E8E. Windows color (decimal): -9531669 or 15437422. OLE color: 15437422.

HSL color Cylindrical-coordinate representation of color #6E8EEB: hue angle of 224.64º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6E8EEB is Cyan = 0.53, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 110 142 235 -
CMYK 0.53 0.40 0 0.08
HSL 224.64º 0.76% 0.68% -
HSV(B) 224.64º 0.53% 0.92% -
XYZ 31.1 28.66 82.49 -
YUV 143.03 179.9 104.44 -
System Red Green Blue C M Y K H S L
Decimal 110 142 235 0.53 0.40 0 0.08 224.64 0.76 0.68
Hex 6E 8E EB 35 28 0 8 E1 4C 44
Octal 156 216 353 65 50 0 10 341 114 104
Binary 1101110 10001110 11101011 110101 101000 0 1000 11100001 1001100 1000100

Color Harmonies of #6E8EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E8EEB

Black with #6E8EEB

Text Example


Text Example

White with #6E8EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,142,235); }

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

background-color css

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

 a { background-color: rgb(110,142,235); }

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

border-color css

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

 span { border-color: rgb(110,142,235); }

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