Html Css Color HEX #63828C Hoki

📋 copy color: '#63828C'

red 99 ◦ green 130 ◦ blue 140

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

Shades of Hoki #63828C

Tints of Hoki #63828C

RGB

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

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

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

R = 26.83%
G = 35.23%
B = 37.94%

CMYK

 C value IS 0.29

 M value IS 0.07

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#63828C (or 0x63828C) is known color: Hoki. HEX triplet: 63, 82 and 8C. RGB value is (99,130,140). Sum of RGB (Red+Green+Blue) = 99+130+140=369 (48% of max value = 765). Red value is 99 (39.06% from 255 or 26.83% from 369); Green value is 130 (51.17% from 255 or 35.23% from 369); Blue value is 140 (55.08% from 255 or 37.94% from 369); Max value from RGB is 140 - color contains mainly: blue. Hex color #63828C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63828C is #9C7D73. Grayscale: #797979. Windows color (decimal): -10255732 or 9208419. OLE color: 9208419.

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

Color convert

RGB 99 130 140 -
CMYK 0.29 0.07 0 0.45
HSL 194.63º 0.17% 0.47% -
HSV(B) 194.63º 0.29% 0.55% -
XYZ 17.86 20.51 27.83 -
YUV 121.87 138.23 111.69 -
System Red Green Blue C M Y K H S L
Decimal 99 130 140 0.29 0.07 0 0.45 194.63 0.17 0.47
Hex 63 82 8C 1D 7 0 2D C3 11 2F
Octal 143 202 214 35 7 0 55 303 21 57
Binary 1100011 10000010 10001100 11101 111 0 101101 11000011 10001 101111

Color Harmonies of #63828C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63828C

Black with #63828C

Text Example


Text Example

White with #63828C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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