Html Css Color HEX #62818B Hoki

📋 copy color: '#62818B'

red 98 ◦ green 129 ◦ blue 139

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

Shades of Hoki #62818B

Tints of Hoki #62818B

RGB

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

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

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

R = 26.78%
G = 35.25%
B = 37.98%

CMYK

 C value IS 0.29

 M value IS 0.07

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#62818B (or 0x62818B) is known color: Hoki. HEX triplet: 62, 81 and 8B. RGB value is (98,129,139). Sum of RGB (Red+Green+Blue) = 98+129+139=366 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.78% from 366); Green value is 129 (50.78% from 255 or 35.25% from 366); Blue value is 139 (54.69% from 255 or 37.98% from 366); Max value from RGB is 139 - color contains mainly: blue. Hex color #62818B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62818B is #9D7E74. Grayscale: #787878. Windows color (decimal): -10321525 or 9142626. OLE color: 9142626.

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

Color convert

RGB 98 129 139 -
CMYK 0.29 0.07 0 0.45
HSL 194.63º 0.17% 0.46% -
HSV(B) 194.63º 0.29% 0.55% -
XYZ 17.55 20.16 27.39 -
YUV 120.87 138.23 111.69 -
System Red Green Blue C M Y K H S L
Decimal 98 129 139 0.29 0.07 0 0.45 194.63 0.17 0.46
Hex 62 81 8B 1D 7 0 2D C3 11 2E
Octal 142 201 213 35 7 0 55 303 21 56
Binary 1100010 10000001 10001011 11101 111 0 101101 11000011 10001 101110

Color Harmonies of #62818B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62818B

Black with #62818B

Text Example


Text Example

White with #62818B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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