Html Css Color HEX #6CBAC6 Glacier

📋 copy color: '#6CBAC6'

red 108 ◦ green 186 ◦ blue 198

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

Shades of Glacier #6CBAC6

Tints of Glacier #6CBAC6

RGB

 RED value IS 108 (42.58% from 255) = 21.95%

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

 BLUE value IS 198 (77.73% from 255) = 40.24%

R = 21.95%
G = 37.8%
B = 40.24%

CMYK

 C value IS 0.45

 M value IS 0.06

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#6CBAC6 (or 0x6CBAC6) is known color: Glacier. HEX triplet: 6C, BA and C6. RGB value is (108,186,198). Sum of RGB (Red+Green+Blue) = 108+186+198=492 (65% of max value = 765). Red value is 108 (42.58% from 255 or 21.95% from 492); Green value is 186 (73.05% from 255 or 37.80% from 492); Blue value is 198 (77.73% from 255 or 40.24% from 492); Max value from RGB is 198 - color contains mainly: blue. Hex color #6CBAC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CBAC6 is #934539. Grayscale: #A3A3A3. Windows color (decimal): -9651514 or 13023852. OLE color: 13023852.

HSL color Cylindrical-coordinate representation of color #6CBAC6: hue angle of 188º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6CBAC6 is Cyan = 0.45, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 108 186 198 -
CMYK 0.45 0.06 0 0.22
HSL 188º 0.44% 0.6% -
HSV(B) 188º 0.45% 0.78% -
XYZ 33.94 42.38 59.82 -
YUV 164.05 147.16 88.02 -
System Red Green Blue C M Y K H S L
Decimal 108 186 198 0.45 0.06 0 0.22 188 0.44 0.6
Hex 6C BA C6 2D 6 0 16 BC 2C 3C
Octal 154 272 306 55 6 0 26 274 54 74
Binary 1101100 10111010 11000110 101101 110 0 10110 10111100 101100 111100

Color Harmonies of #6CBAC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CBAC6

Black with #6CBAC6

Text Example


Text Example

White with #6CBAC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,186,198); }

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

background-color css

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

 a { background-color: rgb(108,186,198); }

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

border-color css

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

 span { border-color: rgb(108,186,198); }

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