Html Css Color HEX #636082 Comet

📋 copy color: '#636082'

red 99 ◦ green 96 ◦ blue 130

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

Shades of Comet #636082

Tints of Comet #636082

RGB

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

 GREEN value IS 96 (37.89% from 255) = 29.54%

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

R = 30.46%
G = 29.54%
B = 40%

CMYK

 C value IS 0.24

 M value IS 0.26

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#636082 (or 0x636082) is known color: Comet. HEX triplet: 63, 60 and 82. RGB value is (99,96,130). Sum of RGB (Red+Green+Blue) = 99+96+130=325 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30.46% from 325); Green value is 96 (37.89% from 255 or 29.54% from 325); Blue value is 130 (51.17% from 255 or 40% from 325); Max value from RGB is 130 - color contains mainly: blue. Hex color #636082 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #636082 is #9C9F7D. Grayscale: #646464. Windows color (decimal): -10264446 or 8544355. OLE color: 8544355.

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

Color convert

RGB 99 96 130 -
CMYK 0.24 0.26 0 0.49
HSL 245.29º 0.15% 0.44% -
HSV(B) 245.29º 0.26% 0.51% -
XYZ 13.36 12.63 22.85 -
YUV 100.77 144.49 126.74 -
System Red Green Blue C M Y K H S L
Decimal 99 96 130 0.24 0.26 0 0.49 245.29 0.15 0.44
Hex 63 60 82 18 1A 0 31 F5 F 2C
Octal 143 140 202 30 32 0 61 365 17 54
Binary 1100011 1100000 10000010 11000 11010 0 110001 11110101 1111 101100

Color Harmonies of #636082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #636082

Black with #636082

Text Example


Text Example

White with #636082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #636082; }

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

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

background-color css

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

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

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

border-color css

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

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

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