Html Css Color HEX #62828D Hoki

📋 copy color: '#62828D'

red 98 ◦ green 130 ◦ blue 141

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

Shades of Hoki #62828D

Tints of Hoki #62828D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 38.21%

R = 26.56%
G = 35.23%
B = 38.21%

CMYK

 C value IS 0.30

 M value IS 0.08

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#62828D (or 0x62828D) is known color: Hoki. HEX triplet: 62, 82 and 8D. RGB value is (98,130,141). Sum of RGB (Red+Green+Blue) = 98+130+141=369 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.56% from 369); Green value is 130 (51.17% from 255 or 35.23% from 369); Blue value is 141 (55.47% from 255 or 38.21% from 369); Max value from RGB is 141 - color contains mainly: blue. Hex color #62828D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62828D is #9D7D72. Grayscale: #797979. Windows color (decimal): -10321267 or 9273954. OLE color: 9273954.

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

Color convert

RGB 98 130 141 -
CMYK 0.30 0.08 0 0.45
HSL 195.35º 0.18% 0.47% -
HSV(B) 195.35º 0.3% 0.55% -
XYZ 17.83 20.49 28.21 -
YUV 121.69 138.9 111.11 -
System Red Green Blue C M Y K H S L
Decimal 98 130 141 0.30 0.08 0 0.45 195.35 0.18 0.47
Hex 62 82 8D 1E 8 0 2D C3 12 2F
Octal 142 202 215 36 10 0 55 303 22 57
Binary 1100010 10000010 10001101 11110 1000 0 101101 11000011 10010 101111

Color Harmonies of #62828D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62828D

Black with #62828D

Text Example


Text Example

White with #62828D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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