Html Css Color HEX #6E84EB Cornflower Blue

📋 copy color: '#6E84EB'

red 110 ◦ green 132 ◦ blue 235

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

Shades of Cornflower Blue #6E84EB

Tints of Cornflower Blue #6E84EB

RGB

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

 GREEN value IS 132 (51.95% from 255) = 27.67%

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

R = 23.06%
G = 27.67%
B = 49.27%

CMYK

 C value IS 0.53

 M value IS 0.44

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6E84EB (or 0x6E84EB) is known color: Cornflower Blue. HEX triplet: 6E, 84 and EB. RGB value is (110,132,235). Sum of RGB (Red+Green+Blue) = 110+132+235=477 (63% of max value = 765). Red value is 110 (43.36% from 255 or 23.06% from 477); Green value is 132 (51.95% from 255 or 27.67% from 477); Blue value is 235 (92.19% from 255 or 49.27% from 477); Max value from RGB is 235 - color contains mainly: blue. Hex color #6E84EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6E84EB is #917B14. Grayscale: #888888. Windows color (decimal): -9534229 or 15434862. OLE color: 15434862.

HSL color Cylindrical-coordinate representation of color #6E84EB: hue angle of 229.44º 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 #6E84EB is Cyan = 0.53, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 110 132 235 -
CMYK 0.53 0.44 0 0.08
HSL 229.44º 0.76% 0.68% -
HSV(B) 229.44º 0.53% 0.92% -
XYZ 29.68 25.82 82.02 -
YUV 137.16 183.21 108.62 -
System Red Green Blue C M Y K H S L
Decimal 110 132 235 0.53 0.44 0 0.08 229.44 0.76 0.68
Hex 6E 84 EB 35 2C 0 8 E5 4C 44
Octal 156 204 353 65 54 0 10 345 114 104
Binary 1101110 10000100 11101011 110101 101100 0 1000 11100101 1001100 1000100

Color Harmonies of #6E84EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E84EB

Black with #6E84EB

Text Example


Text Example

White with #6E84EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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