Html Css Color HEX #62808B Hoki

📋 copy color: '#62808B'

red 98 ◦ green 128 ◦ blue 139

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

Shades of Hoki #62808B

Tints of Hoki #62808B

RGB

 RED value IS 98 (38.67% from 255) = 26.85%

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

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

R = 26.85%
G = 35.07%
B = 38.08%

CMYK

 C value IS 0.29

 M value IS 0.08

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#62808B (or 0x62808B) is known color: Hoki. HEX triplet: 62, 80 and 8B. RGB value is (98,128,139). Sum of RGB (Red+Green+Blue) = 98+128+139=365 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.85% from 365); Green value is 128 (50.39% from 255 or 35.07% 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 #62808B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62808B is #9D7F74. Grayscale: #787878. Windows color (decimal): -10321781 or 9142370. OLE color: 9142370.

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

Color convert

RGB 98 128 139 -
CMYK 0.29 0.08 0 0.45
HSL 196.1º 0.17% 0.46% -
HSV(B) 196.1º 0.29% 0.55% -
XYZ 17.42 19.9 27.35 -
YUV 120.28 138.56 112.11 -
System Red Green Blue C M Y K H S L
Decimal 98 128 139 0.29 0.08 0 0.45 196.1 0.17 0.46
Hex 62 80 8B 1D 8 0 2D C4 11 2E
Octal 142 200 213 35 10 0 55 304 21 56
Binary 1100010 10000000 10001011 11101 1000 0 101101 11000100 10001 101110

Color Harmonies of #62808B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62808B

Black with #62808B

Text Example


Text Example

White with #62808B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,128,139); }

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

background-color css

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

 a { background-color: rgb(98,128,139); }

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

border-color css

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

 span { border-color: rgb(98,128,139); }

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