Html Css Color HEX #6CB4BE Glacier

📋 copy color: '#6CB4BE'

red 108 ◦ green 180 ◦ blue 190

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

Shades of Glacier #6CB4BE

Tints of Glacier #6CB4BE

RGB

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

 GREEN value IS 180 (70.7% from 255) = 37.66%

 BLUE value IS 190 (74.61% from 255) = 39.75%

R = 22.59%
G = 37.66%
B = 39.75%

CMYK

 C value IS 0.43

 M value IS 0.05

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6CB4BE (or 0x6CB4BE) is known color: Glacier. HEX triplet: 6C, B4 and BE. RGB value is (108,180,190). Sum of RGB (Red+Green+Blue) = 108+180+190=478 (63% of max value = 765). Red value is 108 (42.58% from 255 or 22.59% from 478); Green value is 180 (70.70% from 255 or 37.66% from 478); Blue value is 190 (74.61% from 255 or 39.75% from 478); Max value from RGB is 190 - color contains mainly: blue. Hex color #6CB4BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CB4BE is #934B41. Grayscale: #9F9F9F. Windows color (decimal): -9653058 or 12498028. OLE color: 12498028.

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

Color convert

RGB 108 180 190 -
CMYK 0.43 0.05 0 0.25
HSL 187.32º 0.39% 0.58% -
HSV(B) 187.32º 0.43% 0.75% -
XYZ 31.8 39.55 54.67 -
YUV 159.61 145.15 91.19 -
System Red Green Blue C M Y K H S L
Decimal 108 180 190 0.43 0.05 0 0.25 187.32 0.39 0.58
Hex 6C B4 BE 2B 5 0 19 BB 27 3A
Octal 154 264 276 53 5 0 31 273 47 72
Binary 1101100 10110100 10111110 101011 101 0 11001 10111011 100111 111010

Color Harmonies of #6CB4BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CB4BE

Black with #6CB4BE

Text Example


Text Example

White with #6CB4BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,180,190); }

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

background-color css

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

 a { background-color: rgb(108,180,190); }

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

border-color css

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

 span { border-color: rgb(108,180,190); }

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