Html Css Color HEX #68ACC6 Glacier

📋 copy color: '#68ACC6'

red 104 ◦ green 172 ◦ blue 198

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

Shades of Glacier #68ACC6

Tints of Glacier #68ACC6

RGB

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

 GREEN value IS 172 (67.58% from 255) = 36.29%

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

R = 21.94%
G = 36.29%
B = 41.77%

CMYK

 C value IS 0.47

 M value IS 0.13

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#68ACC6 (or 0x68ACC6) is known color: Glacier. HEX triplet: 68, AC and C6. RGB value is (104,172,198). Sum of RGB (Red+Green+Blue) = 104+172+198=474 (62% of max value = 765). Red value is 104 (41.02% from 255 or 21.94% from 474); Green value is 172 (67.58% from 255 or 36.29% from 474); Blue value is 198 (77.73% from 255 or 41.77% from 474); Max value from RGB is 198 - color contains mainly: blue. Hex color #68ACC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68ACC6 is #975339. Grayscale: #9A9A9A. Windows color (decimal): -9917242 or 13020264. OLE color: 13020264.

HSL color Cylindrical-coordinate representation of color #68ACC6: hue angle of 196.6º 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 #68ACC6 is Cyan = 0.47, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 104 172 198 -
CMYK 0.47 0.13 0 0.22
HSL 196.6º 0.45% 0.59% -
HSV(B) 196.6º 0.47% 0.78% -
XYZ 30.65 36.53 58.86 -
YUV 154.63 152.47 91.89 -
System Red Green Blue C M Y K H S L
Decimal 104 172 198 0.47 0.13 0 0.22 196.6 0.45 0.59
Hex 68 AC C6 2F D 0 16 C5 2D 3B
Octal 150 254 306 57 15 0 26 305 55 73
Binary 1101000 10101100 11000110 101111 1101 0 10110 11000101 101101 111011

Color Harmonies of #68ACC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68ACC6

Black with #68ACC6

Text Example


Text Example

White with #68ACC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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