Html Css Color HEX #6EBDC0 Glacier

📋 copy color: '#6EBDC0'

red 110 ◦ green 189 ◦ blue 192

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

Shades of Glacier #6EBDC0

Tints of Glacier #6EBDC0

RGB

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

 GREEN value IS 189 (74.22% from 255) = 38.49%

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

R = 22.4%
G = 38.49%
B = 39.1%

CMYK

 C value IS 0.43

 M value IS 0.02

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6EBDC0 (or 0x6EBDC0) is known color: Glacier. HEX triplet: 6E, BD and C0. RGB value is (110,189,192). Sum of RGB (Red+Green+Blue) = 110+189+192=491 (65% of max value = 765). Red value is 110 (43.36% from 255 or 22.40% from 491); Green value is 189 (74.22% from 255 or 38.49% from 491); Blue value is 192 (75.39% from 255 or 39.10% from 491); Max value from RGB is 192 - color contains mainly: blue. Hex color #6EBDC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EBDC0 is #91423F. Grayscale: #A5A5A5. Windows color (decimal): -9519680 or 12631406. OLE color: 12631406.

HSL color Cylindrical-coordinate representation of color #6EBDC0: hue angle of 182.2º 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 #6EBDC0 is Cyan = 0.43, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 110 189 192 -
CMYK 0.43 0.02 0 0.25
HSL 182.2º 0.39% 0.59% -
HSV(B) 182.2º 0.43% 0.75% -
XYZ 34.14 43.52 56.47 -
YUV 165.72 142.83 88.26 -
System Red Green Blue C M Y K H S L
Decimal 110 189 192 0.43 0.02 0 0.25 182.2 0.39 0.59
Hex 6E BD C0 2B 2 0 19 B6 27 3B
Octal 156 275 300 53 2 0 31 266 47 73
Binary 1101110 10111101 11000000 101011 10 0 11001 10110110 100111 111011

Color Harmonies of #6EBDC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EBDC0

Black with #6EBDC0

Text Example


Text Example

White with #6EBDC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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