Html Css Color HEX #636384 Comet

📋 copy color: '#636384'

red 99 ◦ green 99 ◦ blue 132

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

Shades of Comet #636384

Tints of Comet #636384

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30%

 BLUE value IS 132 (51.95% from 255) = 40%

R = 30%
G = 30%
B = 40%

CMYK

 C value IS 0.25

 M value IS 0.25

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#636384 (or 0x636384) is known color: Comet. HEX triplet: 63, 63 and 84. RGB value is (99,99,132). Sum of RGB (Red+Green+Blue) = 99+99+132=330 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30% from 330); Green value is 99 (39.06% from 255 or 30% from 330); Blue value is 132 (51.95% from 255 or 40% from 330); Max value from RGB is 132 - color contains mainly: blue. Hex color #636384 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #636384 is #9C9C7B. Grayscale: #666666. Windows color (decimal): -10263676 or 8676195. OLE color: 8676195.

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

Color convert

RGB 99 99 132 -
CMYK 0.25 0.25 0 0.48
HSL 240º 0.14% 0.45% -
HSV(B) 240º 0.25% 0.52% -
XYZ 13.77 13.24 23.66 -
YUV 102.76 144.5 125.32 -
System Red Green Blue C M Y K H S L
Decimal 99 99 132 0.25 0.25 0 0.48 240 0.14 0.45
Hex 63 63 84 19 19 0 30 F0 E 2D
Octal 143 143 204 31 31 0 60 360 16 55
Binary 1100011 1100011 10000100 11001 11001 0 110000 11110000 1110 101101

Color Harmonies of #636384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #636384

Black with #636384

Text Example


Text Example

White with #636384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #636384; }

 p { color: rgb(99,99,132); }

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

background-color css

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

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

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

border-color css

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

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

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