Html Css Color HEX #688288 Hoki

📋 copy color: '#688288'

red 104 ◦ green 130 ◦ blue 136

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

Shades of Hoki #688288

Tints of Hoki #688288

RGB

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

 GREEN value IS 130 (51.17% from 255) = 35.14%

 BLUE value IS 136 (53.52% from 255) = 36.76%

R = 28.11%
G = 35.14%
B = 36.76%

CMYK

 C value IS 0.24

 M value IS 0.04

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#688288 (or 0x688288) is known color: Hoki. HEX triplet: 68, 82 and 88. RGB value is (104,130,136). Sum of RGB (Red+Green+Blue) = 104+130+136=370 (49% of max value = 765). Red value is 104 (41.02% from 255 or 28.11% from 370); Green value is 130 (51.17% from 255 or 35.14% from 370); Blue value is 136 (53.52% from 255 or 36.76% from 370); Max value from RGB is 136 - color contains mainly: blue. Hex color #688288 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688288 is #977D77. Grayscale: #7A7A7A. Windows color (decimal): -9928056 or 8946280. OLE color: 8946280.

HSL color Cylindrical-coordinate representation of color #688288: hue angle of 191.25º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #688288 is Cyan = 0.24, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 104 130 136 -
CMYK 0.24 0.04 0 0.47
HSL 191.25º 0.13% 0.47% -
HSV(B) 191.25º 0.24% 0.53% -
XYZ 18.14 20.69 26.33 -
YUV 122.91 135.39 114.51 -
System Red Green Blue C M Y K H S L
Decimal 104 130 136 0.24 0.04 0 0.47 191.25 0.13 0.47
Hex 68 82 88 18 4 0 2F BF D 2F
Octal 150 202 210 30 4 0 57 277 15 57
Binary 1101000 10000010 10001000 11000 100 0 101111 10111111 1101 101111

Color Harmonies of #688288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688288

Black with #688288

Text Example


Text Example

White with #688288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688288; }

 p { color: rgb(104,130,136); }

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

background-color css

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

 a { background-color: rgb(104,130,136); }

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

border-color css

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

 span { border-color: rgb(104,130,136); }

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