Html Css Color HEX #656381 Comet

📋 copy color: '#656381'

red 101 ◦ green 99 ◦ blue 129

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

Shades of Comet #656381

Tints of Comet #656381

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 39.21%

R = 30.7%
G = 30.09%
B = 39.21%

CMYK

 C value IS 0.22

 M value IS 0.23

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#656381 (or 0x656381) is known color: Comet. HEX triplet: 65, 63 and 81. RGB value is (101,99,129). Sum of RGB (Red+Green+Blue) = 101+99+129=329 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.70% from 329); Green value is 99 (39.06% from 255 or 30.09% from 329); Blue value is 129 (50.78% from 255 or 39.21% from 329); Max value from RGB is 129 - color contains mainly: blue. Hex color #656381 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656381 is #9A9C7E. Grayscale: #666666. Windows color (decimal): -10132607 or 8479589. OLE color: 8479589.

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

Color convert

RGB 101 99 129 -
CMYK 0.22 0.23 0 0.49
HSL 244º 0.13% 0.45% -
HSV(B) 244º 0.23% 0.51% -
XYZ 13.79 13.28 22.6 -
YUV 103.02 142.66 126.56 -
System Red Green Blue C M Y K H S L
Decimal 101 99 129 0.22 0.23 0 0.49 244 0.13 0.45
Hex 65 63 81 16 17 0 31 F4 D 2D
Octal 145 143 201 26 27 0 61 364 15 55
Binary 1100101 1100011 10000001 10110 10111 0 110001 11110100 1101 101101

Color Harmonies of #656381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656381

Black with #656381

Text Example


Text Example

White with #656381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #656381; }

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

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

background-color css

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

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

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

border-color css

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

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

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