Html Css Color HEX #62808C Hoki

📋 copy color: '#62808C'

red 98 ◦ green 128 ◦ blue 140

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

Shades of Hoki #62808C

Tints of Hoki #62808C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 38.25%

R = 26.78%
G = 34.97%
B = 38.25%

CMYK

 C value IS 0.3

 M value IS 0.09

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#62808C (or 0x62808C) is known color: Hoki. HEX triplet: 62, 80 and 8C. RGB value is (98,128,140). Sum of RGB (Red+Green+Blue) = 98+128+140=366 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.78% from 366); Green value is 128 (50.39% from 255 or 34.97% from 366); Blue value is 140 (55.08% from 255 or 38.25% from 366); Max value from RGB is 140 - color contains mainly: blue. Hex color #62808C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62808C is #9D7F73. Grayscale: #787878. Windows color (decimal): -10321780 or 9207906. OLE color: 9207906.

HSL color Cylindrical-coordinate representation of color #62808C: hue angle of 197.14º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #62808C is Cyan = 0.3, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 98 128 140 -
CMYK 0.3 0.09 0 0.45
HSL 197.14º 0.18% 0.47% -
HSV(B) 197.14º 0.3% 0.55% -
XYZ 17.49 19.93 27.74 -
YUV 120.4 139.06 112.02 -
System Red Green Blue C M Y K H S L
Decimal 98 128 140 0.3 0.09 0 0.45 197.14 0.18 0.47
Hex 62 80 8C 1E 9 0 2D C5 12 2F
Octal 142 200 214 36 11 0 55 305 22 57
Binary 1100010 10000000 10001100 11110 1001 0 101101 11000101 10010 101111

Color Harmonies of #62808C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62808C

Black with #62808C

Text Example


Text Example

White with #62808C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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