Html Css Color HEX #60828B Hoki

📋 copy color: '#60828B'

red 96 ◦ green 130 ◦ blue 139

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

Shades of Hoki #60828B

Tints of Hoki #60828B

RGB

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

 GREEN value IS 130 (51.17% from 255) = 35.62%

 BLUE value IS 139 (54.69% from 255) = 38.08%

R = 26.3%
G = 35.62%
B = 38.08%

CMYK

 C value IS 0.31

 M value IS 0.06

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#60828B (or 0x60828B) is known color: Hoki. HEX triplet: 60, 82 and 8B. RGB value is (96,130,139). Sum of RGB (Red+Green+Blue) = 96+130+139=365 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.30% from 365); Green value is 130 (51.17% from 255 or 35.62% from 365); Blue value is 139 (54.69% from 255 or 38.08% from 365); Max value from RGB is 139 - color contains mainly: blue. Hex color #60828B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60828B is #9F7D74. Grayscale: #787878. Windows color (decimal): -10452341 or 9142880. OLE color: 9142880.

HSL color Cylindrical-coordinate representation of color #60828B: hue angle of 192.56º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #60828B is Cyan = 0.31, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 96 130 139 -
CMYK 0.31 0.06 0 0.45
HSL 192.56º 0.18% 0.46% -
HSV(B) 192.56º 0.31% 0.55% -
XYZ 17.47 20.32 27.43 -
YUV 120.86 138.24 110.27 -
System Red Green Blue C M Y K H S L
Decimal 96 130 139 0.31 0.06 0 0.45 192.56 0.18 0.46
Hex 60 82 8B 1F 6 0 2D C1 12 2E
Octal 140 202 213 37 6 0 55 301 22 56
Binary 1100000 10000010 10001011 11111 110 0 101101 11000001 10010 101110

Color Harmonies of #60828B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60828B

Black with #60828B

Text Example


Text Example

White with #60828B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60828B; }

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

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

background-color css

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

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

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

border-color css

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

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

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