Html Css Color HEX #6CA9BE Glacier

📋 copy color: '#6CA9BE'

red 108 ◦ green 169 ◦ blue 190

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

Shades of Glacier #6CA9BE

Tints of Glacier #6CA9BE

RGB

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

 GREEN value IS 169 (66.41% from 255) = 36.19%

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

R = 23.13%
G = 36.19%
B = 40.69%

CMYK

 C value IS 0.43

 M value IS 0.11

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6CA9BE (or 0x6CA9BE) is known color: Glacier. HEX triplet: 6C, A9 and BE. RGB value is (108,169,190). Sum of RGB (Red+Green+Blue) = 108+169+190=467 (61% of max value = 765). Red value is 108 (42.58% from 255 or 23.13% from 467); Green value is 169 (66.41% from 255 or 36.19% from 467); Blue value is 190 (74.61% from 255 or 40.69% from 467); Max value from RGB is 190 - color contains mainly: blue. Hex color #6CA9BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6CA9BE is #935641. Grayscale: #999999. Windows color (decimal): -9655874 or 12495212. OLE color: 12495212.

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

Color convert

RGB 108 169 190 -
CMYK 0.43 0.11 0 0.25
HSL 195.37º 0.39% 0.58% -
HSV(B) 195.37º 0.43% 0.75% -
XYZ 29.67 35.28 53.96 -
YUV 153.16 148.79 95.79 -
System Red Green Blue C M Y K H S L
Decimal 108 169 190 0.43 0.11 0 0.25 195.37 0.39 0.58
Hex 6C A9 BE 2B B 0 19 C3 27 3A
Octal 154 251 276 53 13 0 31 303 47 72
Binary 1101100 10101001 10111110 101011 1011 0 11001 11000011 100111 111010

Color Harmonies of #6CA9BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CA9BE

Black with #6CA9BE

Text Example


Text Example

White with #6CA9BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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