Html Css Color HEX #63808C Hoki

📋 copy color: '#63808C'

red 99 ◦ green 128 ◦ blue 140

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

Shades of Hoki #63808C

Tints of Hoki #63808C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 38.15%

R = 26.98%
G = 34.88%
B = 38.15%

CMYK

 C value IS 0.29

 M value IS 0.09

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#63808C (or 0x63808C) is known color: Hoki. HEX triplet: 63, 80 and 8C. RGB value is (99,128,140). Sum of RGB (Red+Green+Blue) = 99+128+140=367 (48% of max value = 765). Red value is 99 (39.06% from 255 or 26.98% from 367); Green value is 128 (50.39% from 255 or 34.88% from 367); Blue value is 140 (55.08% from 255 or 38.15% from 367); Max value from RGB is 140 - color contains mainly: blue. Hex color #63808C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63808C is #9C7F73. Grayscale: #787878. Windows color (decimal): -10256244 or 9207907. OLE color: 9207907.

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

Color convert

RGB 99 128 140 -
CMYK 0.29 0.09 0 0.45
HSL 197.56º 0.17% 0.47% -
HSV(B) 197.56º 0.29% 0.55% -
XYZ 17.6 19.98 27.74 -
YUV 120.7 138.89 112.52 -
System Red Green Blue C M Y K H S L
Decimal 99 128 140 0.29 0.09 0 0.45 197.56 0.17 0.47
Hex 63 80 8C 1D 9 0 2D C6 11 2F
Octal 143 200 214 35 11 0 55 306 21 57
Binary 1100011 10000000 10001100 11101 1001 0 101101 11000110 10001 101111

Color Harmonies of #63808C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63808C

Black with #63808C

Text Example


Text Example

White with #63808C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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