Html Css Color HEX #63828A Hoki

📋 copy color: '#63828A'

red 99 ◦ green 130 ◦ blue 138

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

Shades of Hoki #63828A

Tints of Hoki #63828A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 37.6%

R = 26.98%
G = 35.42%
B = 37.6%

CMYK

 C value IS 0.28

 M value IS 0.06

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#63828A (or 0x63828A) is known color: Hoki. HEX triplet: 63, 82 and 8A. RGB value is (99,130,138). Sum of RGB (Red+Green+Blue) = 99+130+138=367 (48% of max value = 765). Red value is 99 (39.06% from 255 or 26.98% from 367); Green value is 130 (51.17% from 255 or 35.42% from 367); Blue value is 138 (54.30% from 255 or 37.60% from 367); Max value from RGB is 138 - color contains mainly: blue. Hex color #63828A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63828A is #9C7D75. Grayscale: #797979. Windows color (decimal): -10255734 or 9077347. OLE color: 9077347.

HSL color Cylindrical-coordinate representation of color #63828A: hue angle of 192.31º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #63828A is Cyan = 0.28, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 99 130 138 -
CMYK 0.28 0.06 0 0.46
HSL 192.31º 0.16% 0.46% -
HSV(B) 192.31º 0.28% 0.54% -
XYZ 17.72 20.45 27.06 -
YUV 121.64 137.23 111.85 -
System Red Green Blue C M Y K H S L
Decimal 99 130 138 0.28 0.06 0 0.46 192.31 0.16 0.46
Hex 63 82 8A 1C 6 0 2E C0 10 2E
Octal 143 202 212 34 6 0 56 300 20 56
Binary 1100011 10000010 10001010 11100 110 0 101110 11000000 10000 101110

Color Harmonies of #63828A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63828A

Black with #63828A

Text Example


Text Example

White with #63828A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63828A; }

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

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

background-color css

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

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

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

border-color css

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

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

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