Html Css Color HEX #636485 Comet

📋 copy color: '#636485'

red 99 ◦ green 100 ◦ blue 133

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

Shades of Comet #636485

Tints of Comet #636485

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 40.06%

R = 29.82%
G = 30.12%
B = 40.06%

CMYK

 C value IS 0.26

 M value IS 0.25

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#636485 (or 0x636485) is known color: Comet. HEX triplet: 63, 64 and 85. RGB value is (99,100,133). Sum of RGB (Red+Green+Blue) = 99+100+133=332 (43% of max value = 765). Red value is 99 (39.06% from 255 or 29.82% from 332); Green value is 100 (39.45% from 255 or 30.12% from 332); Blue value is 133 (52.34% from 255 or 40.06% from 332); Max value from RGB is 133 - color contains mainly: blue. Hex color #636485 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #636485 is #9C9B7A. Grayscale: #676767. Windows color (decimal): -10263419 or 8741987. OLE color: 8741987.

HSL color Cylindrical-coordinate representation of color #636485: hue angle of 238.24º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #636485 is Cyan = 0.26, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 99 100 133 -
CMYK 0.26 0.25 0 0.48
HSL 238.24º 0.15% 0.45% -
HSV(B) 238.24º 0.26% 0.52% -
XYZ 13.94 13.46 24.05 -
YUV 103.46 144.67 124.82 -
System Red Green Blue C M Y K H S L
Decimal 99 100 133 0.26 0.25 0 0.48 238.24 0.15 0.45
Hex 63 64 85 1A 19 0 30 EE F 2D
Octal 143 144 205 32 31 0 60 356 17 55
Binary 1100011 1100100 10000101 11010 11001 0 110000 11101110 1111 101101

Color Harmonies of #636485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #636485

Black with #636485

Text Example


Text Example

White with #636485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #636485; }

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

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

background-color css

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

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

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

border-color css

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

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

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