Html Css Color HEX #688182 Hoki

📋 copy color: '#688182'

red 104 ◦ green 129 ◦ blue 130

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

Shades of Hoki #688182

Tints of Hoki #688182

RGB

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

 GREEN value IS 129 (50.78% from 255) = 35.54%

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

R = 28.65%
G = 35.54%
B = 35.81%

CMYK

 C value IS 0.2

 M value IS 0.01

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#688182 (or 0x688182) is known color: Hoki. HEX triplet: 68, 81 and 82. RGB value is (104,129,130). Sum of RGB (Red+Green+Blue) = 104+129+130=363 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.65% from 363); Green value is 129 (50.78% from 255 or 35.54% from 363); Blue value is 130 (51.17% from 255 or 35.81% from 363); Max value from RGB is 130 - color contains mainly: blue. Hex color #688182 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688182 is #977E7D. Grayscale: #797979. Windows color (decimal): -9928318 or 8552808. OLE color: 8552808.

HSL color Cylindrical-coordinate representation of color #688182: hue angle of 182.31º 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 #688182 is Cyan = 0.2, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 104 129 130 -
CMYK 0.2 0.01 0 0.49
HSL 182.31º 0.11% 0.46% -
HSV(B) 182.31º 0.2% 0.51% -
XYZ 17.59 20.26 24.1 -
YUV 121.64 132.72 115.42 -
System Red Green Blue C M Y K H S L
Decimal 104 129 130 0.2 0.01 0 0.49 182.31 0.11 0.46
Hex 68 81 82 14 1 0 31 B6 B 2E
Octal 150 201 202 24 1 0 61 266 13 56
Binary 1101000 10000001 10000010 10100 1 0 110001 10110110 1011 101110

Color Harmonies of #688182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688182

Black with #688182

Text Example


Text Example

White with #688182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688182; }

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

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

background-color css

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

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

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

border-color css

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

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

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