Html Css Color HEX #6E9FEB Cornflower Blue

📋 copy color: '#6E9FEB'

red 110 ◦ green 159 ◦ blue 235

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

Shades of Cornflower Blue #6E9FEB

Tints of Cornflower Blue #6E9FEB

RGB

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

 GREEN value IS 159 (62.5% from 255) = 31.55%

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

R = 21.83%
G = 31.55%
B = 46.63%

CMYK

 C value IS 0.53

 M value IS 0.32

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6E9FEB (or 0x6E9FEB) is known color: Cornflower Blue. HEX triplet: 6E, 9F and EB. RGB value is (110,159,235). Sum of RGB (Red+Green+Blue) = 110+159+235=504 (66% of max value = 765). Red value is 110 (43.36% from 255 or 21.83% from 504); Green value is 159 (62.5% from 255 or 31.55% from 504); Blue value is 235 (92.19% from 255 or 46.63% from 504); Max value from RGB is 235 - color contains mainly: blue. Hex color #6E9FEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6E9FEB is #916014. Grayscale: #989898. Windows color (decimal): -9527317 or 15441774. OLE color: 15441774.

HSL color Cylindrical-coordinate representation of color #6E9FEB: hue angle of 216.48º 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 #6E9FEB is Cyan = 0.53, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 110 159 235 -
CMYK 0.53 0.32 0 0.08
HSL 216.48º 0.76% 0.68% -
HSV(B) 216.48º 0.53% 0.92% -
XYZ 33.82 34.11 83.4 -
YUV 153.01 174.27 97.32 -
System Red Green Blue C M Y K H S L
Decimal 110 159 235 0.53 0.32 0 0.08 216.48 0.76 0.68
Hex 6E 9F EB 35 20 0 8 D8 4C 44
Octal 156 237 353 65 40 0 10 330 114 104
Binary 1101110 10011111 11101011 110101 100000 0 1000 11011000 1001100 1000100

Color Harmonies of #6E9FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E9FEB

Black with #6E9FEB

Text Example


Text Example

White with #6E9FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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