Html Css Color HEX #62818D Hoki

📋 copy color: '#62818D'

red 98 ◦ green 129 ◦ blue 141

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

Shades of Hoki #62818D

Tints of Hoki #62818D

RGB

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

 GREEN value IS 129 (50.78% from 255) = 35.05%

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

R = 26.63%
G = 35.05%
B = 38.32%

CMYK

 C value IS 0.30

 M value IS 0.09

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#62818D (or 0x62818D) is known color: Hoki. HEX triplet: 62, 81 and 8D. RGB value is (98,129,141). Sum of RGB (Red+Green+Blue) = 98+129+141=368 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.63% from 368); Green value is 129 (50.78% from 255 or 35.05% from 368); Blue value is 141 (55.47% from 255 or 38.32% from 368); Max value from RGB is 141 - color contains mainly: blue. Hex color #62818D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62818D is #9D7E72. Grayscale: #797979. Windows color (decimal): -10321523 or 9273698. OLE color: 9273698.

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

Color convert

RGB 98 129 141 -
CMYK 0.30 0.09 0 0.45
HSL 196.74º 0.18% 0.47% -
HSV(B) 196.74º 0.3% 0.55% -
XYZ 17.69 20.22 28.17 -
YUV 121.1 139.23 111.52 -
System Red Green Blue C M Y K H S L
Decimal 98 129 141 0.30 0.09 0 0.45 196.74 0.18 0.47
Hex 62 81 8D 1E 9 0 2D C5 12 2F
Octal 142 201 215 36 11 0 55 305 22 57
Binary 1100010 10000001 10001101 11110 1001 0 101101 11000101 10010 101111

Color Harmonies of #62818D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62818D

Black with #62818D

Text Example


Text Example

White with #62818D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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