Html Css Color HEX #63828B Hoki

📋 copy color: '#63828B'

red 99 ◦ green 130 ◦ blue 139

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

Shades of Hoki #63828B

Tints of Hoki #63828B

RGB

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

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

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

R = 26.9%
G = 35.33%
B = 37.77%

CMYK

 C value IS 0.29

 M value IS 0.06

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#63828B (or 0x63828B) is known color: Hoki. HEX triplet: 63, 82 and 8B. RGB value is (99,130,139). Sum of RGB (Red+Green+Blue) = 99+130+139=368 (48% of max value = 765). Red value is 99 (39.06% from 255 or 26.90% from 368); Green value is 130 (51.17% from 255 or 35.33% from 368); Blue value is 139 (54.69% from 255 or 37.77% from 368); Max value from RGB is 139 - color contains mainly: blue. Hex color #63828B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63828B is #9C7D74. Grayscale: #797979. Windows color (decimal): -10255733 or 9142883. OLE color: 9142883.

HSL color Cylindrical-coordinate representation of color #63828B: hue angle of 193.5º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #63828B is Cyan = 0.29, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 99 130 139 -
CMYK 0.29 0.06 0 0.45
HSL 193.5º 0.17% 0.47% -
HSV(B) 193.5º 0.29% 0.55% -
XYZ 17.79 20.48 27.44 -
YUV 121.76 137.73 111.77 -
System Red Green Blue C M Y K H S L
Decimal 99 130 139 0.29 0.06 0 0.45 193.5 0.17 0.47
Hex 63 82 8B 1D 6 0 2D C2 11 2F
Octal 143 202 213 35 6 0 55 302 21 57
Binary 1100011 10000010 10001011 11101 110 0 101101 11000010 10001 101111

Color Harmonies of #63828B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63828B

Black with #63828B

Text Example


Text Example

White with #63828B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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