Html Css Color HEX #688287 Hoki

📋 copy color: '#688287'

red 104 ◦ green 130 ◦ blue 135

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

Shades of Hoki #688287

Tints of Hoki #688287

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 36.59%

R = 28.18%
G = 35.23%
B = 36.59%

CMYK

 C value IS 0.23

 M value IS 0.04

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#688287 (or 0x688287) is known color: Hoki. HEX triplet: 68, 82 and 87. RGB value is (104,130,135). Sum of RGB (Red+Green+Blue) = 104+130+135=369 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.18% from 369); Green value is 130 (51.17% from 255 or 35.23% from 369); Blue value is 135 (53.12% from 255 or 36.59% from 369); Max value from RGB is 135 - color contains mainly: blue. Hex color #688287 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688287 is #977D78. Grayscale: #7A7A7A. Windows color (decimal): -9928057 or 8880744. OLE color: 8880744.

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

Color convert

RGB 104 130 135 -
CMYK 0.23 0.04 0 0.47
HSL 189.68º 0.13% 0.47% -
HSV(B) 189.68º 0.23% 0.53% -
XYZ 18.06 20.66 25.96 -
YUV 122.8 134.89 114.59 -
System Red Green Blue C M Y K H S L
Decimal 104 130 135 0.23 0.04 0 0.47 189.68 0.13 0.47
Hex 68 82 87 17 4 0 2F BE D 2F
Octal 150 202 207 27 4 0 57 276 15 57
Binary 1101000 10000010 10000111 10111 100 0 101111 10111110 1101 101111

Color Harmonies of #688287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688287

Black with #688287

Text Example


Text Example

White with #688287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688287; }

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

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

background-color css

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

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

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

border-color css

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

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

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