Html Css Color HEX #638182 Hoki

📋 copy color: '#638182'

red 99 ◦ green 129 ◦ blue 130

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

Shades of Hoki #638182

Tints of Hoki #638182

RGB

 RED value IS 99 (39.06% from 255) = 27.65%

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

 BLUE value IS 130 (51.17% from 255) = 36.31%

R = 27.65%
G = 36.03%
B = 36.31%

CMYK

 C value IS 0.24

 M value IS 0.01

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#638182 (or 0x638182) is known color: Hoki. HEX triplet: 63, 81 and 82. RGB value is (99,129,130). Sum of RGB (Red+Green+Blue) = 99+129+130=358 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.65% from 358); Green value is 129 (50.78% from 255 or 36.03% from 358); Blue value is 130 (51.17% from 255 or 36.31% from 358); Max value from RGB is 130 - color contains mainly: blue. Hex color #638182 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638182 is #9C7E7D. Grayscale: #787878. Windows color (decimal): -10255998 or 8552803. OLE color: 8552803.

HSL color Cylindrical-coordinate representation of color #638182: hue angle of 181.94º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #638182 is Cyan = 0.24, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 99 129 130 -
CMYK 0.24 0.01 0 0.49
HSL 181.94º 0.14% 0.45% -
HSV(B) 181.94º 0.24% 0.51% -
XYZ 17.03 19.96 24.08 -
YUV 120.14 133.56 112.92 -
System Red Green Blue C M Y K H S L
Decimal 99 129 130 0.24 0.01 0 0.49 181.94 0.14 0.45
Hex 63 81 82 18 1 0 31 B6 E 2D
Octal 143 201 202 30 1 0 61 266 16 55
Binary 1100011 10000001 10000010 11000 1 0 110001 10110110 1110 101101

Color Harmonies of #638182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638182

Black with #638182

Text Example


Text Example

White with #638182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638182; }

 p { color: rgb(99,129,130); }

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

background-color css

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

 a { background-color: rgb(99,129,130); }

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

border-color css

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

 span { border-color: rgb(99,129,130); }

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