Html Css Color HEX #656985 Comet

📋 copy color: '#656985'

red 101 ◦ green 105 ◦ blue 133

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

Shades of Comet #656985

Tints of Comet #656985

RGB

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

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

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

R = 29.79%
G = 30.97%
B = 39.23%

CMYK

 C value IS 0.24

 M value IS 0.21

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#656985 (or 0x656985) is known color: Comet. HEX triplet: 65, 69 and 85. RGB value is (101,105,133). Sum of RGB (Red+Green+Blue) = 101+105+133=339 (44% of max value = 765). Red value is 101 (39.84% from 255 or 29.79% from 339); Green value is 105 (41.41% from 255 or 30.97% from 339); Blue value is 133 (52.34% from 255 or 39.23% from 339); Max value from RGB is 133 - color contains mainly: blue. Hex color #656985 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656985 is #9A967A. Grayscale: #6A6A6A. Windows color (decimal): -10131067 or 8743269. OLE color: 8743269.

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

Color convert

RGB 101 105 133 -
CMYK 0.24 0.21 0 0.48
HSL 232.5º 0.14% 0.46% -
HSV(B) 232.5º 0.24% 0.52% -
XYZ 14.65 14.56 24.23 -
YUV 107 142.67 123.72 -
System Red Green Blue C M Y K H S L
Decimal 101 105 133 0.24 0.21 0 0.48 232.5 0.14 0.46
Hex 65 69 85 18 15 0 30 E8 E 2E
Octal 145 151 205 30 25 0 60 350 16 56
Binary 1100101 1101001 10000101 11000 10101 0 110000 11101000 1110 101110

Color Harmonies of #656985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656985

Black with #656985

Text Example


Text Example

White with #656985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #656985; }

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

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

background-color css

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

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

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

border-color css

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

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

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