Html Css Color HEX #68B7C6 Glacier

📋 copy color: '#68B7C6'

red 104 ◦ green 183 ◦ blue 198

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

Shades of Glacier #68B7C6

Tints of Glacier #68B7C6

RGB

 RED value IS 104 (41.02% from 255) = 21.44%

 GREEN value IS 183 (71.88% from 255) = 37.73%

 BLUE value IS 198 (77.73% from 255) = 40.82%

R = 21.44%
G = 37.73%
B = 40.82%

CMYK

 C value IS 0.47

 M value IS 0.08

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#68B7C6 (or 0x68B7C6) is known color: Glacier. HEX triplet: 68, B7 and C6. RGB value is (104,183,198). Sum of RGB (Red+Green+Blue) = 104+183+198=485 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.44% from 485); Green value is 183 (71.88% from 255 or 37.73% from 485); Blue value is 198 (77.73% from 255 or 40.82% from 485); Max value from RGB is 198 - color contains mainly: blue. Hex color #68B7C6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68B7C6 is #974839. Grayscale: #A0A0A0. Windows color (decimal): -9914426 or 13023080. OLE color: 13023080.

HSL color Cylindrical-coordinate representation of color #68B7C6: hue angle of 189.57º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #68B7C6 is Cyan = 0.47, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 104 183 198 -
CMYK 0.47 0.08 0 0.22
HSL 189.57º 0.45% 0.59% -
HSV(B) 189.57º 0.47% 0.78% -
XYZ 32.84 40.89 59.59 -
YUV 161.09 148.83 87.28 -
System Red Green Blue C M Y K H S L
Decimal 104 183 198 0.47 0.08 0 0.22 189.57 0.45 0.59
Hex 68 B7 C6 2F 8 0 16 BE 2D 3B
Octal 150 267 306 57 10 0 26 276 55 73
Binary 1101000 10110111 11000110 101111 1000 0 10110 10111110 101101 111011

Color Harmonies of #68B7C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68B7C6

Black with #68B7C6

Text Example


Text Example

White with #68B7C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68B7C6; }

 p { color: rgb(104,183,198); }

 H1.HeaderClassName
 {
   color: #68B7C6;
 }
 .AnyTagClassName
 {
   color: #68B7C6;
 }
</style>

background-color css

<style>
 a { background-color: #68B7C6; }

 a { background-color: rgb(104,183,198); }

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

border-color css

<style>
 span { border-color: #68B7C6; }

 span { border-color: rgb(104,183,198); }

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