Html Css Color HEX #62828C Hoki

📋 copy color: '#62828C'

red 98 ◦ green 130 ◦ blue 140

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

Shades of Hoki #62828C

Tints of Hoki #62828C

RGB

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

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

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

R = 26.63%
G = 35.33%
B = 38.04%

CMYK

 C value IS 0.3

 M value IS 0.07

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#62828C (or 0x62828C) is known color: Hoki. HEX triplet: 62, 82 and 8C. RGB value is (98,130,140). Sum of RGB (Red+Green+Blue) = 98+130+140=368 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.63% from 368); Green value is 130 (51.17% from 255 or 35.33% from 368); Blue value is 140 (55.08% from 255 or 38.04% from 368); Max value from RGB is 140 - color contains mainly: blue. Hex color #62828C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62828C is #9D7D73. Grayscale: #797979. Windows color (decimal): -10321268 or 9208418. OLE color: 9208418.

HSL color Cylindrical-coordinate representation of color #62828C: hue angle of 194.29º 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 #62828C is Cyan = 0.3, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 98 130 140 -
CMYK 0.3 0.07 0 0.45
HSL 194.29º 0.18% 0.47% -
HSV(B) 194.29º 0.3% 0.55% -
XYZ 17.75 20.46 27.82 -
YUV 121.57 138.4 111.19 -
System Red Green Blue C M Y K H S L
Decimal 98 130 140 0.3 0.07 0 0.45 194.29 0.18 0.47
Hex 62 82 8C 1E 7 0 2D C2 12 2F
Octal 142 202 214 36 7 0 55 302 22 57
Binary 1100010 10000010 10001100 11110 111 0 101101 11000010 10010 101111

Color Harmonies of #62828C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62828C

Black with #62828C

Text Example


Text Example

White with #62828C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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