Html Css Color HEX #6FC2C8 Glacier

📋 copy color: '#6FC2C8'

red 111 ◦ green 194 ◦ blue 200

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

Shades of Glacier #6FC2C8

Tints of Glacier #6FC2C8

RGB

 RED value IS 111 (43.75% from 255) = 21.98%

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

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

R = 21.98%
G = 38.42%
B = 39.6%

CMYK

 C value IS 0.44

 M value IS 0.03

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#6FC2C8 (or 0x6FC2C8) is known color: Glacier. HEX triplet: 6F, C2 and C8. RGB value is (111,194,200). Sum of RGB (Red+Green+Blue) = 111+194+200=505 (66% of max value = 765). Red value is 111 (43.75% from 255 or 21.98% from 505); Green value is 194 (76.17% from 255 or 38.42% from 505); Blue value is 200 (78.52% from 255 or 39.60% from 505); Max value from RGB is 200 - color contains mainly: blue. Hex color #6FC2C8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FC2C8 is #903D37. Grayscale: #A9A9A9. Windows color (decimal): -9452856 or 13156975. OLE color: 13156975.

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

Color convert

RGB 111 194 200 -
CMYK 0.44 0.03 0 0.22
HSL 184.04º 0.45% 0.61% -
HSV(B) 184.04º 0.45% 0.78% -
XYZ 36.27 46.13 61.64 -
YUV 169.87 145 86.01 -
System Red Green Blue C M Y K H S L
Decimal 111 194 200 0.44 0.03 0 0.22 184.04 0.45 0.61
Hex 6F C2 C8 2C 3 0 16 B8 2D 3D
Octal 157 302 310 54 3 0 26 270 55 75
Binary 1101111 11000010 11001000 101100 11 0 10110 10111000 101101 111101

Color Harmonies of #6FC2C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FC2C8

Black with #6FC2C8

Text Example


Text Example

White with #6FC2C8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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