Html Css Color HEX #688082 Hoki

📋 copy color: '#688082'

red 104 ◦ green 128 ◦ blue 130

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

Shades of Hoki #688082

Tints of Hoki #688082

RGB

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

 GREEN value IS 128 (50.39% from 255) = 35.36%

 BLUE value IS 130 (51.17% from 255) = 35.91%

R = 28.73%
G = 35.36%
B = 35.91%

CMYK

 C value IS 0.2

 M value IS 0.02

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#688082 (or 0x688082) is known color: Hoki. HEX triplet: 68, 80 and 82. RGB value is (104,128,130). Sum of RGB (Red+Green+Blue) = 104+128+130=362 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.73% from 362); Green value is 128 (50.39% from 255 or 35.36% from 362); Blue value is 130 (51.17% from 255 or 35.91% from 362); Max value from RGB is 130 - color contains mainly: blue. Hex color #688082 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688082 is #977F7D. Grayscale: #797979. Windows color (decimal): -9928574 or 8552552. OLE color: 8552552.

HSL color Cylindrical-coordinate representation of color #688082: hue angle of 184.62º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #688082 is Cyan = 0.2, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 104 128 130 -
CMYK 0.2 0.02 0 0.49
HSL 184.62º 0.11% 0.46% -
HSV(B) 184.62º 0.2% 0.51% -
XYZ 17.46 19.99 24.06 -
YUV 121.05 133.05 115.84 -
System Red Green Blue C M Y K H S L
Decimal 104 128 130 0.2 0.02 0 0.49 184.62 0.11 0.46
Hex 68 80 82 14 2 0 31 B9 B 2E
Octal 150 200 202 24 2 0 61 271 13 56
Binary 1101000 10000000 10000010 10100 10 0 110001 10111001 1011 101110

Color Harmonies of #688082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688082

Black with #688082

Text Example


Text Example

White with #688082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688082; }

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

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

background-color css

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

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

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

border-color css

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

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

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