Html Css Color HEX #608082 Hoki

📋 copy color: '#608082'

red 96 ◦ green 128 ◦ blue 130

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

Shades of Hoki #608082

Tints of Hoki #608082

RGB

 RED value IS 96 (37.89% from 255) = 27.12%

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

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

R = 27.12%
G = 36.16%
B = 36.72%

CMYK

 C value IS 0.26

 M value IS 0.02

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#608082 (or 0x608082) is known color: Hoki. HEX triplet: 60, 80 and 82. RGB value is (96,128,130). Sum of RGB (Red+Green+Blue) = 96+128+130=354 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.12% from 354); Green value is 128 (50.39% from 255 or 36.16% from 354); Blue value is 130 (51.17% from 255 or 36.72% from 354); Max value from RGB is 130 - color contains mainly: blue. Hex color #608082 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608082 is #9F7F7D. Grayscale: #767676. Windows color (decimal): -10452862 or 8552544. OLE color: 8552544.

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

Color convert

RGB 96 128 130 -
CMYK 0.26 0.02 0 0.49
HSL 183.53º 0.15% 0.44% -
HSV(B) 183.53º 0.26% 0.51% -
XYZ 16.57 19.54 24.02 -
YUV 118.66 134.4 111.84 -
System Red Green Blue C M Y K H S L
Decimal 96 128 130 0.26 0.02 0 0.49 183.53 0.15 0.44
Hex 60 80 82 1A 2 0 31 B8 F 2C
Octal 140 200 202 32 2 0 61 270 17 54
Binary 1100000 10000000 10000010 11010 10 0 110001 10111000 1111 101100

Color Harmonies of #608082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608082

Black with #608082

Text Example


Text Example

White with #608082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608082; }

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

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

background-color css

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

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

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

border-color css

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

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

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