Html Css Color HEX #6CBAC1 Glacier

📋 copy color: '#6CBAC1'

red 108 ◦ green 186 ◦ blue 193

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

Shades of Glacier #6CBAC1

Tints of Glacier #6CBAC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 39.63%

R = 22.18%
G = 38.19%
B = 39.63%

CMYK

 C value IS 0.44

 M value IS 0.04

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#6CBAC1 (or 0x6CBAC1) is known color: Glacier. HEX triplet: 6C, BA and C1. RGB value is (108,186,193). Sum of RGB (Red+Green+Blue) = 108+186+193=487 (64% of max value = 765). Red value is 108 (42.58% from 255 or 22.18% from 487); Green value is 186 (73.05% from 255 or 38.19% from 487); Blue value is 193 (75.78% from 255 or 39.63% from 487); Max value from RGB is 193 - color contains mainly: blue. Hex color #6CBAC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CBAC1 is #93453E. Grayscale: #A3A3A3. Windows color (decimal): -9651519 or 12696172. OLE color: 12696172.

HSL color Cylindrical-coordinate representation of color #6CBAC1: hue angle of 184.94º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6CBAC1 is Cyan = 0.44, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 108 186 193 -
CMYK 0.44 0.04 0 0.24
HSL 184.94º 0.41% 0.59% -
HSV(B) 184.94º 0.44% 0.76% -
XYZ 33.37 42.16 56.83 -
YUV 163.48 144.66 88.43 -
System Red Green Blue C M Y K H S L
Decimal 108 186 193 0.44 0.04 0 0.24 184.94 0.41 0.59
Hex 6C BA C1 2C 4 0 18 B9 29 3B
Octal 154 272 301 54 4 0 30 271 51 73
Binary 1101100 10111010 11000001 101100 100 0 11000 10111001 101001 111011

Color Harmonies of #6CBAC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CBAC1

Black with #6CBAC1

Text Example


Text Example

White with #6CBAC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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