Html Css Color HEX #6E9BFF Cornflower Blue

📋 copy color: '#6E9BFF'

red 110 ◦ green 155 ◦ blue 255

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

Shades of Cornflower Blue #6E9BFF

Tints of Cornflower Blue #6E9BFF

RGB

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

 GREEN value IS 155 (60.94% from 255) = 29.81%

 BLUE value IS 255 (100% from 255) = 49.04%

R = 21.15%
G = 29.81%
B = 49.04%

CMYK

 C value IS 0.57

 M value IS 0.39

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6E9BFF (or 0x6E9BFF) is known color: Cornflower Blue. HEX triplet: 6E, 9B and FF. RGB value is (110,155,255). Sum of RGB (Red+Green+Blue) = 110+155+255=520 (68% of max value = 765). Red value is 110 (43.36% from 255 or 21.15% from 520); Green value is 155 (60.94% from 255 or 29.81% from 520); Blue value is 255 (100% from 255 or 49.04% from 520); Max value from RGB is 255 - color contains mainly: blue. Hex color #6E9BFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6E9BFF is #916400. Grayscale: #989898. Windows color (decimal): -9528321 or 16751470. OLE color: 16751470.

HSL color Cylindrical-coordinate representation of color #6E9BFF: hue angle of 221.38º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6E9BFF is Cyan = 0.57, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 110 155 255 -
CMYK 0.57 0.39 0 0
HSL 221.38º 1% 0.72% -
HSV(B) 221.38º 0.57% 1% -
XYZ 36.2 33.98 99.26 -
YUV 152.95 185.59 97.37 -
System Red Green Blue C M Y K H S L
Decimal 110 155 255 0.57 0.39 0 0 221.38 1 0.72
Hex 6E 9B FF 39 27 0 0 DD 64 48
Octal 156 233 377 71 47 0 0 335 144 110
Binary 1101110 10011011 11111111 111001 100111 0 0 11011101 1100100 1001000

Color Harmonies of #6E9BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E9BFF

Black with #6E9BFF

Text Example


Text Example

White with #6E9BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,155,255); }

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

background-color css

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

 a { background-color: rgb(110,155,255); }

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

border-color css

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

 span { border-color: rgb(110,155,255); }

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