Html Css Color HEX #6E9FFB Cornflower Blue

📋 copy color: '#6E9FFB'

red 110 ◦ green 159 ◦ blue 251

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

Shades of Cornflower Blue #6E9FFB

Tints of Cornflower Blue #6E9FFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 48.27%

R = 21.15%
G = 30.58%
B = 48.27%

CMYK

 C value IS 0.56

 M value IS 0.37

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6E9FFB (or 0x6E9FFB) is known color: Cornflower Blue. HEX triplet: 6E, 9F and FB. RGB value is (110,159,251). Sum of RGB (Red+Green+Blue) = 110+159+251=520 (68% of max value = 765). Red value is 110 (43.36% from 255 or 21.15% from 520); Green value is 159 (62.5% from 255 or 30.58% from 520); Blue value is 251 (98.44% from 255 or 48.27% from 520); Max value from RGB is 251 - color contains mainly: blue. Hex color #6E9FFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6E9FFB is #916004. Grayscale: #9A9A9A. Windows color (decimal): -9527301 or 16490350. OLE color: 16490350.

HSL color Cylindrical-coordinate representation of color #6E9FFB: hue angle of 219.15º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6E9FFB is Cyan = 0.56, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 110 159 251 -
CMYK 0.56 0.37 0 0.02
HSL 219.15º 0.95% 0.71% -
HSV(B) 219.15º 0.56% 0.98% -
XYZ 36.24 35.08 96.13 -
YUV 154.84 182.27 96.02 -
System Red Green Blue C M Y K H S L
Decimal 110 159 251 0.56 0.37 0 0.02 219.15 0.95 0.71
Hex 6E 9F FB 38 25 0 2 DB 5F 47
Octal 156 237 373 70 45 0 2 333 137 107
Binary 1101110 10011111 11111011 111000 100101 0 10 11011011 1011111 1000111

Color Harmonies of #6E9FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E9FFB

Black with #6E9FFB

Text Example


Text Example

White with #6E9FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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