Html Css Color HEX #656983 Comet

📋 copy color: '#656983'

red 101 ◦ green 105 ◦ blue 131

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

Shades of Comet #656983

Tints of Comet #656983

RGB

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

 GREEN value IS 105 (41.41% from 255) = 31.16%

 BLUE value IS 131 (51.56% from 255) = 38.87%

R = 29.97%
G = 31.16%
B = 38.87%

CMYK

 C value IS 0.23

 M value IS 0.20

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#656983 (or 0x656983) is known color: Comet. HEX triplet: 65, 69 and 83. RGB value is (101,105,131). Sum of RGB (Red+Green+Blue) = 101+105+131=337 (44% of max value = 765). Red value is 101 (39.84% from 255 or 29.97% from 337); Green value is 105 (41.41% from 255 or 31.16% from 337); Blue value is 131 (51.56% from 255 or 38.87% from 337); Max value from RGB is 131 - color contains mainly: blue. Hex color #656983 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656983 is #9A967C. Grayscale: #6A6A6A. Windows color (decimal): -10131069 or 8612197. OLE color: 8612197.

HSL color Cylindrical-coordinate representation of color #656983: hue angle of 232º 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 #656983 is Cyan = 0.23, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 101 105 131 -
CMYK 0.23 0.20 0 0.49
HSL 232º 0.13% 0.45% -
HSV(B) 232º 0.23% 0.51% -
XYZ 14.52 14.51 23.51 -
YUV 106.77 141.67 123.89 -
System Red Green Blue C M Y K H S L
Decimal 101 105 131 0.23 0.20 0 0.49 232 0.13 0.45
Hex 65 69 83 17 14 0 31 E8 D 2D
Octal 145 151 203 27 24 0 61 350 15 55
Binary 1100101 1101001 10000011 10111 10100 0 110001 11101000 1101 101101

Color Harmonies of #656983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656983

Black with #656983

Text Example


Text Example

White with #656983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #656983; }

 p { color: rgb(101,105,131); }

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

background-color css

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

 a { background-color: rgb(101,105,131); }

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

border-color css

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

 span { border-color: rgb(101,105,131); }

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