Html Css Color HEX #6E8DEC Cornflower Blue

📋 copy color: '#6E8DEC'

red 110 ◦ green 141 ◦ blue 236

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

Shades of Cornflower Blue #6E8DEC

Tints of Cornflower Blue #6E8DEC

RGB

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

 GREEN value IS 141 (55.47% from 255) = 28.95%

 BLUE value IS 236 (92.58% from 255) = 48.46%

R = 22.59%
G = 28.95%
B = 48.46%

CMYK

 C value IS 0.53

 M value IS 0.40

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6E8DEC (or 0x6E8DEC) is known color: Cornflower Blue. HEX triplet: 6E, 8D and EC. RGB value is (110,141,236). Sum of RGB (Red+Green+Blue) = 110+141+236=487 (64% of max value = 765). Red value is 110 (43.36% from 255 or 22.59% from 487); Green value is 141 (55.47% from 255 or 28.95% from 487); Blue value is 236 (92.58% from 255 or 48.46% from 487); Max value from RGB is 236 - color contains mainly: blue. Hex color #6E8DEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6E8DEC is #917213. Grayscale: #8E8E8E. Windows color (decimal): -9531924 or 15502702. OLE color: 15502702.

HSL color Cylindrical-coordinate representation of color #6E8DEC: hue angle of 225.24º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6E8DEC is Cyan = 0.53, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 110 141 236 -
CMYK 0.53 0.40 0 0.07
HSL 225.24º 0.77% 0.68% -
HSV(B) 225.24º 0.53% 0.93% -
XYZ 31.1 28.42 83.2 -
YUV 142.56 180.73 104.78 -
System Red Green Blue C M Y K H S L
Decimal 110 141 236 0.53 0.40 0 0.07 225.24 0.77 0.68
Hex 6E 8D EC 35 28 0 7 E1 4D 44
Octal 156 215 354 65 50 0 7 341 115 104
Binary 1101110 10001101 11101100 110101 101000 0 111 11100001 1001101 1000100

Color Harmonies of #6E8DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E8DEC

Black with #6E8DEC

Text Example


Text Example

White with #6E8DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,141,236); }

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

background-color css

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

 a { background-color: rgb(110,141,236); }

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

border-color css

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

 span { border-color: rgb(110,141,236); }

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