Html Css Color HEX #6E8BDD Cornflower Blue

📋 copy color: '#6E8BDD'

red 110 ◦ green 139 ◦ blue 221

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

Shades of Cornflower Blue #6E8BDD

Tints of Cornflower Blue #6E8BDD

RGB

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

 GREEN value IS 139 (54.69% from 255) = 29.57%

 BLUE value IS 221 (86.72% from 255) = 47.02%

R = 23.4%
G = 29.57%
B = 47.02%

CMYK

 C value IS 0.50

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6E8BDD (or 0x6E8BDD) is known color: Cornflower Blue. HEX triplet: 6E, 8B and DD. RGB value is (110,139,221). Sum of RGB (Red+Green+Blue) = 110+139+221=470 (62% of max value = 765). Red value is 110 (43.36% from 255 or 23.40% from 470); Green value is 139 (54.69% from 255 or 29.57% from 470); Blue value is 221 (86.72% from 255 or 47.02% from 470); Max value from RGB is 221 - color contains mainly: blue. Hex color #6E8BDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6E8BDD is #917422. Grayscale: #8B8B8B. Windows color (decimal): -9532451 or 14519150. OLE color: 14519150.

HSL color Cylindrical-coordinate representation of color #6E8BDD: hue angle of 224.32º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6E8BDD is Cyan = 0.50, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 110 139 221 -
CMYK 0.50 0.37 0 0.13
HSL 224.32º 0.62% 0.65% -
HSV(B) 224.32º 0.5% 0.87% -
XYZ 28.71 27 72.1 -
YUV 139.68 173.89 106.83 -
System Red Green Blue C M Y K H S L
Decimal 110 139 221 0.50 0.37 0 0.13 224.32 0.62 0.65
Hex 6E 8B DD 32 25 0 D E0 3E 41
Octal 156 213 335 62 45 0 15 340 76 101
Binary 1101110 10001011 11011101 110010 100101 0 1101 11100000 111110 1000001

Color Harmonies of #6E8BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E8BDD

Black with #6E8BDD

Text Example


Text Example

White with #6E8BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,139,221); }

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

background-color css

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

 a { background-color: rgb(110,139,221); }

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

border-color css

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

 span { border-color: rgb(110,139,221); }

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