Html Css Color HEX #656385 Comet

📋 copy color: '#656385'

red 101 ◦ green 99 ◦ blue 133

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

Shades of Comet #656385

Tints of Comet #656385

RGB

 RED value IS 101 (39.84% from 255) = 30.33%

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

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

R = 30.33%
G = 29.73%
B = 39.94%

CMYK

 C value IS 0.24

 M value IS 0.26

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#656385 (or 0x656385) is known color: Comet. HEX triplet: 65, 63 and 85. RGB value is (101,99,133). Sum of RGB (Red+Green+Blue) = 101+99+133=333 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.33% from 333); Green value is 99 (39.06% from 255 or 29.73% from 333); Blue value is 133 (52.34% from 255 or 39.94% from 333); Max value from RGB is 133 - color contains mainly: blue. Hex color #656385 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656385 is #9A9C7A. Grayscale: #676767. Windows color (decimal): -10132603 or 8741733. OLE color: 8741733.

HSL color Cylindrical-coordinate representation of color #656385: hue angle of 243.53º 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 #656385 is Cyan = 0.24, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 101 99 133 -
CMYK 0.24 0.26 0 0.48
HSL 243.53º 0.15% 0.45% -
HSV(B) 243.53º 0.26% 0.52% -
XYZ 14.06 13.38 24.03 -
YUV 103.47 144.66 126.24 -
System Red Green Blue C M Y K H S L
Decimal 101 99 133 0.24 0.26 0 0.48 243.53 0.15 0.45
Hex 65 63 85 18 1A 0 30 F4 F 2D
Octal 145 143 205 30 32 0 60 364 17 55
Binary 1100101 1100011 10000101 11000 11010 0 110000 11110100 1111 101101

Color Harmonies of #656385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656385

Black with #656385

Text Example


Text Example

White with #656385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #656385; }

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

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

background-color css

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

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

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

border-color css

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

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

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