Html Css Color HEX #6E7EED Cornflower Blue

📋 copy color: '#6E7EED'

red 110 ◦ green 126 ◦ blue 237

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

Shades of Cornflower Blue #6E7EED

Tints of Cornflower Blue #6E7EED

RGB

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

 GREEN value IS 126 (49.61% from 255) = 26.64%

 BLUE value IS 237 (92.97% from 255) = 50.11%

R = 23.26%
G = 26.64%
B = 50.11%

CMYK

 C value IS 0.54

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6E7EED (or 0x6E7EED) is known color: Cornflower Blue. HEX triplet: 6E, 7E and ED. RGB value is (110,126,237). Sum of RGB (Red+Green+Blue) = 110+126+237=473 (62% of max value = 765). Red value is 110 (43.36% from 255 or 23.26% from 473); Green value is 126 (49.61% from 255 or 26.64% from 473); Blue value is 237 (92.97% from 255 or 50.11% from 473); Max value from RGB is 237 - color contains mainly: blue. Hex color #6E7EED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6E7EED is #918112. Grayscale: #858585. Windows color (decimal): -9535763 or 15564398. OLE color: 15564398.

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

Color convert

RGB 110 126 237 -
CMYK 0.54 0.47 0 0.07
HSL 232.44º 0.78% 0.68% -
HSV(B) 232.44º 0.54% 0.93% -
XYZ 29.18 24.35 83.28 -
YUV 133.87 186.2 110.97 -
System Red Green Blue C M Y K H S L
Decimal 110 126 237 0.54 0.47 0 0.07 232.44 0.78 0.68
Hex 6E 7E ED 36 2F 0 7 E8 4E 44
Octal 156 176 355 66 57 0 7 350 116 104
Binary 1101110 1111110 11101101 110110 101111 0 111 11101000 1001110 1000100

Color Harmonies of #6E7EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E7EED

Black with #6E7EED

Text Example


Text Example

White with #6E7EED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,126,237); }

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

background-color css

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

 a { background-color: rgb(110,126,237); }

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

border-color css

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

 span { border-color: rgb(110,126,237); }

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