Html Css Color HEX #636482 Comet

📋 copy color: '#636482'

red 99 ◦ green 100 ◦ blue 130

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

Shades of Comet #636482

Tints of Comet #636482

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.4%

 BLUE value IS 130 (51.17% from 255) = 39.51%

R = 30.09%
G = 30.4%
B = 39.51%

CMYK

 C value IS 0.24

 M value IS 0.23

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#636482 (or 0x636482) is known color: Comet. HEX triplet: 63, 64 and 82. RGB value is (99,100,130). Sum of RGB (Red+Green+Blue) = 99+100+130=329 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30.09% from 329); Green value is 100 (39.45% from 255 or 30.40% from 329); Blue value is 130 (51.17% from 255 or 39.51% from 329); Max value from RGB is 130 - color contains mainly: blue. Hex color #636482 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #636482 is #9C9B7D. Grayscale: #676767. Windows color (decimal): -10263422 or 8545379. OLE color: 8545379.

HSL color Cylindrical-coordinate representation of color #636482: hue angle of 238.06º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #636482 is Cyan = 0.24, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 99 100 130 -
CMYK 0.24 0.23 0 0.49
HSL 238.06º 0.14% 0.45% -
HSV(B) 238.06º 0.24% 0.51% -
XYZ 13.73 13.38 22.98 -
YUV 103.12 143.17 125.06 -
System Red Green Blue C M Y K H S L
Decimal 99 100 130 0.24 0.23 0 0.49 238.06 0.14 0.45
Hex 63 64 82 18 17 0 31 EE E 2D
Octal 143 144 202 30 27 0 61 356 16 55
Binary 1100011 1100100 10000010 11000 10111 0 110001 11101110 1110 101101

Color Harmonies of #636482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #636482

Black with #636482

Text Example


Text Example

White with #636482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #636482; }

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

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

background-color css

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

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

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

border-color css

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

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

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