Html Css Color HEX #6EBAC0 Glacier

📋 copy color: '#6EBAC0'

red 110 ◦ green 186 ◦ blue 192

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

Shades of Glacier #6EBAC0

Tints of Glacier #6EBAC0

RGB

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

 GREEN value IS 186 (73.05% from 255) = 38.11%

 BLUE value IS 192 (75.39% from 255) = 39.34%

R = 22.54%
G = 38.11%
B = 39.34%

CMYK

 C value IS 0.43

 M value IS 0.03

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6EBAC0 (or 0x6EBAC0) is known color: Glacier. HEX triplet: 6E, BA and C0. RGB value is (110,186,192). Sum of RGB (Red+Green+Blue) = 110+186+192=488 (64% of max value = 765). Red value is 110 (43.36% from 255 or 22.54% from 488); Green value is 186 (73.05% from 255 or 38.11% from 488); Blue value is 192 (75.39% from 255 or 39.34% from 488); Max value from RGB is 192 - color contains mainly: blue. Hex color #6EBAC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EBAC0 is #91453F. Grayscale: #A3A3A3. Windows color (decimal): -9520448 or 12630638. OLE color: 12630638.

HSL color Cylindrical-coordinate representation of color #6EBAC0: hue angle of 184.39º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6EBAC0 is Cyan = 0.43, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 110 186 192 -
CMYK 0.43 0.03 0 0.25
HSL 184.39º 0.39% 0.59% -
HSV(B) 184.39º 0.43% 0.75% -
XYZ 33.5 42.24 56.26 -
YUV 163.96 143.82 89.51 -
System Red Green Blue C M Y K H S L
Decimal 110 186 192 0.43 0.03 0 0.25 184.39 0.39 0.59
Hex 6E BA C0 2B 3 0 19 B8 27 3B
Octal 156 272 300 53 3 0 31 270 47 73
Binary 1101110 10111010 11000000 101011 11 0 11001 10111000 100111 111011

Color Harmonies of #6EBAC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EBAC0

Black with #6EBAC0

Text Example


Text Example

White with #6EBAC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,186,192); }

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

background-color css

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

 a { background-color: rgb(110,186,192); }

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

border-color css

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

 span { border-color: rgb(110,186,192); }

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