Html Css Color HEX #656885 Comet

📋 copy color: '#656885'

red 101 ◦ green 104 ◦ blue 133

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

Shades of Comet #656885

Tints of Comet #656885

RGB

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

 GREEN value IS 104 (41.02% from 255) = 30.77%

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

R = 29.88%
G = 30.77%
B = 39.35%

CMYK

 C value IS 0.24

 M value IS 0.22

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#656885 (or 0x656885) is known color: Comet. HEX triplet: 65, 68 and 85. RGB value is (101,104,133). Sum of RGB (Red+Green+Blue) = 101+104+133=338 (44% of max value = 765). Red value is 101 (39.84% from 255 or 29.88% from 338); Green value is 104 (41.02% from 255 or 30.77% from 338); Blue value is 133 (52.34% from 255 or 39.35% from 338); Max value from RGB is 133 - color contains mainly: blue. Hex color #656885 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656885 is #9A977A. Grayscale: #6A6A6A. Windows color (decimal): -10131323 or 8743013. OLE color: 8743013.

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

Color convert

RGB 101 104 133 -
CMYK 0.24 0.22 0 0.48
HSL 234.38º 0.14% 0.46% -
HSV(B) 234.38º 0.24% 0.52% -
XYZ 14.55 14.36 24.2 -
YUV 106.41 143.01 124.14 -
System Red Green Blue C M Y K H S L
Decimal 101 104 133 0.24 0.22 0 0.48 234.38 0.14 0.46
Hex 65 68 85 18 16 0 30 EA E 2E
Octal 145 150 205 30 26 0 60 352 16 56
Binary 1100101 1101000 10000101 11000 10110 0 110000 11101010 1110 101110

Color Harmonies of #656885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656885

Black with #656885

Text Example


Text Example

White with #656885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #656885; }

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

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

background-color css

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

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

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

border-color css

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

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

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