Html Css Color HEX #6BC2C8 Glacier

📋 copy color: '#6BC2C8'

red 107 ◦ green 194 ◦ blue 200

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

Shades of Glacier #6BC2C8

Tints of Glacier #6BC2C8

RGB

 RED value IS 107 (42.19% from 255) = 21.36%

 GREEN value IS 194 (76.17% from 255) = 38.72%

 BLUE value IS 200 (78.52% from 255) = 39.92%

R = 21.36%
G = 38.72%
B = 39.92%

CMYK

 C value IS 0.46

 M value IS 0.03

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#6BC2C8 (or 0x6BC2C8) is known color: Glacier. HEX triplet: 6B, C2 and C8. RGB value is (107,194,200). Sum of RGB (Red+Green+Blue) = 107+194+200=501 (66% of max value = 765). Red value is 107 (42.19% from 255 or 21.36% from 501); Green value is 194 (76.17% from 255 or 38.72% from 501); Blue value is 200 (78.52% from 255 or 39.92% from 501); Max value from RGB is 200 - color contains mainly: blue. Hex color #6BC2C8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BC2C8 is #943D37. Grayscale: #A8A8A8. Windows color (decimal): -9715000 or 13156971. OLE color: 13156971.

HSL color Cylindrical-coordinate representation of color #6BC2C8: hue angle of 183.87º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6BC2C8 is Cyan = 0.46, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 107 194 200 -
CMYK 0.46 0.03 0 0.22
HSL 183.87º 0.46% 0.6% -
HSV(B) 183.87º 0.47% 0.78% -
XYZ 35.78 45.88 61.61 -
YUV 168.67 145.68 84.01 -
System Red Green Blue C M Y K H S L
Decimal 107 194 200 0.46 0.03 0 0.22 183.87 0.46 0.6
Hex 6B C2 C8 2E 3 0 16 B8 2E 3C
Octal 153 302 310 56 3 0 26 270 56 74
Binary 1101011 11000010 11001000 101110 11 0 10110 10111000 101110 111100

Color Harmonies of #6BC2C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BC2C8

Black with #6BC2C8

Text Example


Text Example

White with #6BC2C8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,194,200); }

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

background-color css

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

 a { background-color: rgb(107,194,200); }

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

border-color css

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

 span { border-color: rgb(107,194,200); }

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