Html Css Color HEX #6CABBF Glacier

📋 copy color: '#6CABBF'

red 108 ◦ green 171 ◦ blue 191

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

Shades of Glacier #6CABBF

Tints of Glacier #6CABBF

RGB

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

 GREEN value IS 171 (67.19% from 255) = 36.38%

 BLUE value IS 191 (75% from 255) = 40.64%

R = 22.98%
G = 36.38%
B = 40.64%

CMYK

 C value IS 0.43

 M value IS 0.10

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6CABBF (or 0x6CABBF) is known color: Glacier. HEX triplet: 6C, AB and BF. RGB value is (108,171,191). Sum of RGB (Red+Green+Blue) = 108+171+191=470 (62% of max value = 765). Red value is 108 (42.58% from 255 or 22.98% from 470); Green value is 171 (67.19% from 255 or 36.38% from 470); Blue value is 191 (75% from 255 or 40.64% from 470); Max value from RGB is 191 - color contains mainly: blue. Hex color #6CABBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6CABBF is #935440. Grayscale: #9A9A9A. Windows color (decimal): -9655361 or 12561260. OLE color: 12561260.

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

Color convert

RGB 108 171 191 -
CMYK 0.43 0.10 0 0.25
HSL 194.46º 0.39% 0.59% -
HSV(B) 194.46º 0.43% 0.75% -
XYZ 30.15 36.08 54.66 -
YUV 154.44 148.63 94.87 -
System Red Green Blue C M Y K H S L
Decimal 108 171 191 0.43 0.10 0 0.25 194.46 0.39 0.59
Hex 6C AB BF 2B A 0 19 C2 27 3B
Octal 154 253 277 53 12 0 31 302 47 73
Binary 1101100 10101011 10111111 101011 1010 0 11001 11000010 100111 111011

Color Harmonies of #6CABBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CABBF

Black with #6CABBF

Text Example


Text Example

White with #6CABBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,171,191); }

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

background-color css

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

 a { background-color: rgb(108,171,191); }

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

border-color css

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

 span { border-color: rgb(108,171,191); }

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