Html Css Color HEX #688184 Hoki

📋 copy color: '#688184'

red 104 ◦ green 129 ◦ blue 132

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

Shades of Hoki #688184

Tints of Hoki #688184

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 36.16%

R = 28.49%
G = 35.34%
B = 36.16%

CMYK

 C value IS 0.21

 M value IS 0.02

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#688184 (or 0x688184) is known color: Hoki. HEX triplet: 68, 81 and 84. RGB value is (104,129,132). Sum of RGB (Red+Green+Blue) = 104+129+132=365 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.49% from 365); Green value is 129 (50.78% from 255 or 35.34% from 365); Blue value is 132 (51.95% from 255 or 36.16% from 365); Max value from RGB is 132 - color contains mainly: blue. Hex color #688184 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688184 is #977E7B. Grayscale: #797979. Windows color (decimal): -9928316 or 8683880. OLE color: 8683880.

HSL color Cylindrical-coordinate representation of color #688184: hue angle of 186.43º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #688184 is Cyan = 0.21, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 104 129 132 -
CMYK 0.21 0.02 0 0.48
HSL 186.43º 0.12% 0.46% -
HSV(B) 186.43º 0.21% 0.52% -
XYZ 17.72 20.31 24.82 -
YUV 121.87 133.72 115.26 -
System Red Green Blue C M Y K H S L
Decimal 104 129 132 0.21 0.02 0 0.48 186.43 0.12 0.46
Hex 68 81 84 15 2 0 30 BA C 2E
Octal 150 201 204 25 2 0 60 272 14 56
Binary 1101000 10000001 10000100 10101 10 0 110000 10111010 1100 101110

Color Harmonies of #688184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688184

Black with #688184

Text Example


Text Example

White with #688184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688184; }

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

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

background-color css

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

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

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

border-color css

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

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

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