Html Css Color HEX #656785 Comet

📋 copy color: '#656785'

red 101 ◦ green 103 ◦ blue 133

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

Shades of Comet #656785

Tints of Comet #656785

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.56%

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

R = 29.97%
G = 30.56%
B = 39.47%

CMYK

 C value IS 0.24

 M value IS 0.23

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#656785 (or 0x656785) is known color: Comet. HEX triplet: 65, 67 and 85. RGB value is (101,103,133). Sum of RGB (Red+Green+Blue) = 101+103+133=337 (44% of max value = 765). Red value is 101 (39.84% from 255 or 29.97% from 337); Green value is 103 (40.62% from 255 or 30.56% from 337); Blue value is 133 (52.34% from 255 or 39.47% from 337); Max value from RGB is 133 - color contains mainly: blue. Hex color #656785 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656785 is #9A987A. Grayscale: #696969. Windows color (decimal): -10131579 or 8742757. OLE color: 8742757.

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

Color convert

RGB 101 103 133 -
CMYK 0.24 0.23 0 0.48
HSL 236.25º 0.14% 0.46% -
HSV(B) 236.25º 0.24% 0.52% -
XYZ 14.45 14.16 24.16 -
YUV 105.82 143.34 124.56 -
System Red Green Blue C M Y K H S L
Decimal 101 103 133 0.24 0.23 0 0.48 236.25 0.14 0.46
Hex 65 67 85 18 17 0 30 EC E 2E
Octal 145 147 205 30 27 0 60 354 16 56
Binary 1100101 1100111 10000101 11000 10111 0 110000 11101100 1110 101110

Color Harmonies of #656785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656785

Black with #656785

Text Example


Text Example

White with #656785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #656785; }

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

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

background-color css

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

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

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

border-color css

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

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

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