Html Css Color HEX #63818C Hoki

📋 copy color: '#63818C'

red 99 ◦ green 129 ◦ blue 140

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

Shades of Hoki #63818C

Tints of Hoki #63818C

RGB

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

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

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

R = 26.9%
G = 35.05%
B = 38.04%

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

#63818C (or 0x63818C) is known color: Hoki. HEX triplet: 63, 81 and 8C. RGB value is (99,129,140). Sum of RGB (Red+Green+Blue) = 99+129+140=368 (48% of max value = 765). Red value is 99 (39.06% from 255 or 26.90% from 368); Green value is 129 (50.78% from 255 or 35.05% from 368); Blue value is 140 (55.08% from 255 or 38.04% from 368); Max value from RGB is 140 - color contains mainly: blue. Hex color #63818C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63818C is #9C7E73. Grayscale: #797979. Windows color (decimal): -10255988 or 9208163. OLE color: 9208163.

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

Color convert

RGB 99 129 140 -
CMYK 0.29 0.08 0 0.45
HSL 196.1º 0.17% 0.47% -
HSV(B) 196.1º 0.29% 0.55% -
XYZ 17.73 20.25 27.78 -
YUV 121.28 138.56 112.11 -
System Red Green Blue C M Y K H S L
Decimal 99 129 140 0.29 0.08 0 0.45 196.1 0.17 0.47
Hex 63 81 8C 1D 8 0 2D C4 11 2F
Octal 143 201 214 35 10 0 55 304 21 57
Binary 1100011 10000001 10001100 11101 1000 0 101101 11000100 10001 101111

Color Harmonies of #63818C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63818C

Black with #63818C

Text Example


Text Example

White with #63818C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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