Html Css Color HEX #6E8DEB Cornflower Blue

📋 copy color: '#6E8DEB'

red 110 ◦ green 141 ◦ blue 235

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

Shades of Cornflower Blue #6E8DEB

Tints of Cornflower Blue #6E8DEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 48.35%

R = 22.63%
G = 29.01%
B = 48.35%

CMYK

 C value IS 0.53

 M value IS 0.4

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6E8DEB (or 0x6E8DEB) is known color: Cornflower Blue. HEX triplet: 6E, 8D and EB. RGB value is (110,141,235). Sum of RGB (Red+Green+Blue) = 110+141+235=486 (64% of max value = 765). Red value is 110 (43.36% from 255 or 22.63% from 486); Green value is 141 (55.47% from 255 or 29.01% from 486); Blue value is 235 (92.19% from 255 or 48.35% from 486); Max value from RGB is 235 - color contains mainly: blue. Hex color #6E8DEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6E8DEB is #917214. Grayscale: #8E8E8E. Windows color (decimal): -9531925 or 15437166. OLE color: 15437166.

HSL color Cylindrical-coordinate representation of color #6E8DEB: hue angle of 225.12º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6E8DEB is Cyan = 0.53, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 110 141 235 -
CMYK 0.53 0.4 0 0.08
HSL 225.12º 0.76% 0.68% -
HSV(B) 225.12º 0.53% 0.92% -
XYZ 30.95 28.36 82.44 -
YUV 142.45 180.23 104.86 -
System Red Green Blue C M Y K H S L
Decimal 110 141 235 0.53 0.4 0 0.08 225.12 0.76 0.68
Hex 6E 8D EB 35 28 0 8 E1 4C 44
Octal 156 215 353 65 50 0 10 341 114 104
Binary 1101110 10001101 11101011 110101 101000 0 1000 11100001 1001100 1000100

Color Harmonies of #6E8DEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E8DEB

Black with #6E8DEB

Text Example


Text Example

White with #6E8DEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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