Html Css Color HEX #6CBDC3 Glacier

📋 copy color: '#6CBDC3'

red 108 ◦ green 189 ◦ blue 195

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

Shades of Glacier #6CBDC3

Tints of Glacier #6CBDC3

RGB

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

 GREEN value IS 189 (74.22% from 255) = 38.41%

 BLUE value IS 195 (76.56% from 255) = 39.63%

R = 21.95%
G = 38.41%
B = 39.63%

CMYK

 C value IS 0.45

 M value IS 0.03

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#6CBDC3 (or 0x6CBDC3) is known color: Glacier. HEX triplet: 6C, BD and C3. RGB value is (108,189,195). Sum of RGB (Red+Green+Blue) = 108+189+195=492 (65% of max value = 765). Red value is 108 (42.58% from 255 or 21.95% from 492); Green value is 189 (74.22% from 255 or 38.41% from 492); Blue value is 195 (76.56% from 255 or 39.63% from 492); Max value from RGB is 195 - color contains mainly: blue. Hex color #6CBDC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CBDC3 is #93423C. Grayscale: #A5A5A5. Windows color (decimal): -9650749 or 12828012. OLE color: 12828012.

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

Color convert

RGB 108 189 195 -
CMYK 0.45 0.03 0 0.24
HSL 184.14º 0.42% 0.59% -
HSV(B) 184.14º 0.45% 0.76% -
XYZ 34.23 43.52 58.23 -
YUV 165.47 144.66 87.01 -
System Red Green Blue C M Y K H S L
Decimal 108 189 195 0.45 0.03 0 0.24 184.14 0.42 0.59
Hex 6C BD C3 2D 3 0 18 B8 2A 3B
Octal 154 275 303 55 3 0 30 270 52 73
Binary 1101100 10111101 11000011 101101 11 0 11000 10111000 101010 111011

Color Harmonies of #6CBDC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CBDC3

Black with #6CBDC3

Text Example


Text Example

White with #6CBDC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,189,195); }

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

background-color css

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

 a { background-color: rgb(108,189,195); }

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

border-color css

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

 span { border-color: rgb(108,189,195); }

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