Html Css Color HEX #688083 Hoki

📋 copy color: '#688083'

red 104 ◦ green 128 ◦ blue 131

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

Shades of Hoki #688083

Tints of Hoki #688083

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 36.09%

R = 28.65%
G = 35.26%
B = 36.09%

CMYK

 C value IS 0.21

 M value IS 0.02

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#688083 (or 0x688083) is known color: Hoki. HEX triplet: 68, 80 and 83. RGB value is (104,128,131). Sum of RGB (Red+Green+Blue) = 104+128+131=363 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.65% from 363); Green value is 128 (50.39% from 255 or 35.26% from 363); Blue value is 131 (51.56% from 255 or 36.09% from 363); Max value from RGB is 131 - color contains mainly: blue. Hex color #688083 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688083 is #977F7C. Grayscale: #797979. Windows color (decimal): -9928573 or 8618088. OLE color: 8618088.

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

Color convert

RGB 104 128 131 -
CMYK 0.21 0.02 0 0.49
HSL 186.67º 0.11% 0.46% -
HSV(B) 186.67º 0.21% 0.51% -
XYZ 17.52 20.02 24.41 -
YUV 121.17 133.55 115.76 -
System Red Green Blue C M Y K H S L
Decimal 104 128 131 0.21 0.02 0 0.49 186.67 0.11 0.46
Hex 68 80 83 15 2 0 31 BB B 2E
Octal 150 200 203 25 2 0 61 273 13 56
Binary 1101000 10000000 10000011 10101 10 0 110001 10111011 1011 101110

Color Harmonies of #688083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688083

Black with #688083

Text Example


Text Example

White with #688083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688083; }

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

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

background-color css

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

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

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

border-color css

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

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

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