Html Css Color HEX #6E9FFD Cornflower Blue

📋 copy color: '#6E9FFD'

red 110 ◦ green 159 ◦ blue 253

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

Shades of Cornflower Blue #6E9FFD

Tints of Cornflower Blue #6E9FFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 48.47%

R = 21.07%
G = 30.46%
B = 48.47%

CMYK

 C value IS 0.57

 M value IS 0.37

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6E9FFD (or 0x6E9FFD) is known color: Cornflower Blue. HEX triplet: 6E, 9F and FD. RGB value is (110,159,253). Sum of RGB (Red+Green+Blue) = 110+159+253=522 (69% of max value = 765). Red value is 110 (43.36% from 255 or 21.07% from 522); Green value is 159 (62.5% from 255 or 30.46% from 522); Blue value is 253 (99.22% from 255 or 48.47% from 522); Max value from RGB is 253 - color contains mainly: blue. Hex color #6E9FFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6E9FFD is #916002. Grayscale: #9A9A9A. Windows color (decimal): -9527299 or 16621422. OLE color: 16621422.

HSL color Cylindrical-coordinate representation of color #6E9FFD: hue angle of 219.44º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6E9FFD is Cyan = 0.57, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 110 159 253 -
CMYK 0.57 0.37 0 0.01
HSL 219.44º 0.97% 0.71% -
HSV(B) 219.44º 0.57% 0.99% -
XYZ 36.56 35.2 97.8 -
YUV 155.07 183.27 95.86 -
System Red Green Blue C M Y K H S L
Decimal 110 159 253 0.57 0.37 0 0.01 219.44 0.97 0.71
Hex 6E 9F FD 39 25 0 1 DB 61 47
Octal 156 237 375 71 45 0 1 333 141 107
Binary 1101110 10011111 11111101 111001 100101 0 1 11011011 1100001 1000111

Color Harmonies of #6E9FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E9FFD

Black with #6E9FFD

Text Example


Text Example

White with #6E9FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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