Html Css Color HEX #63808B Hoki

📋 copy color: '#63808B'

red 99 ◦ green 128 ◦ blue 139

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

Shades of Hoki #63808B

Tints of Hoki #63808B

RGB

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

 GREEN value IS 128 (50.39% from 255) = 34.97%

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

R = 27.05%
G = 34.97%
B = 37.98%

CMYK

 C value IS 0.29

 M value IS 0.08

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#63808B (or 0x63808B) is known color: Hoki. HEX triplet: 63, 80 and 8B. RGB value is (99,128,139). Sum of RGB (Red+Green+Blue) = 99+128+139=366 (48% of max value = 765). Red value is 99 (39.06% from 255 or 27.05% from 366); Green value is 128 (50.39% from 255 or 34.97% 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 #63808B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63808B is #9C7F74. Grayscale: #787878. Windows color (decimal): -10256245 or 9142371. OLE color: 9142371.

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

Color convert

RGB 99 128 139 -
CMYK 0.29 0.08 0 0.45
HSL 196.5º 0.17% 0.47% -
HSV(B) 196.5º 0.29% 0.55% -
XYZ 17.52 19.96 27.35 -
YUV 120.58 138.39 112.61 -
System Red Green Blue C M Y K H S L
Decimal 99 128 139 0.29 0.08 0 0.45 196.5 0.17 0.47
Hex 63 80 8B 1D 8 0 2D C4 11 2F
Octal 143 200 213 35 10 0 55 304 21 57
Binary 1100011 10000000 10001011 11101 1000 0 101101 11000100 10001 101111

Color Harmonies of #63808B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63808B

Black with #63808B

Text Example


Text Example

White with #63808B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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