Html Css Color HEX #656488 Comet

📋 copy color: '#656488'

red 101 ◦ green 100 ◦ blue 136

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

Shades of Comet #656488

Tints of Comet #656488

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.67%

 BLUE value IS 136 (53.52% from 255) = 40.36%

R = 29.97%
G = 29.67%
B = 40.36%

CMYK

 C value IS 0.26

 M value IS 0.26

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#656488 (or 0x656488) is known color: Comet. HEX triplet: 65, 64 and 88. RGB value is (101,100,136). Sum of RGB (Red+Green+Blue) = 101+100+136=337 (44% of max value = 765). Red value is 101 (39.84% from 255 or 29.97% from 337); Green value is 100 (39.45% from 255 or 29.67% from 337); Blue value is 136 (53.52% from 255 or 40.36% from 337); Max value from RGB is 136 - color contains mainly: blue. Hex color #656488 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656488 is #9A9B77. Grayscale: #686868. Windows color (decimal): -10132344 or 8938597. OLE color: 8938597.

HSL color Cylindrical-coordinate representation of color #656488: hue angle of 241.67º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #656488 is Cyan = 0.26, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 101 100 136 -
CMYK 0.26 0.26 0 0.47
HSL 241.67º 0.15% 0.46% -
HSV(B) 241.67º 0.26% 0.53% -
XYZ 14.37 13.66 25.17 -
YUV 104.4 145.83 125.57 -
System Red Green Blue C M Y K H S L
Decimal 101 100 136 0.26 0.26 0 0.47 241.67 0.15 0.46
Hex 65 64 88 1A 1A 0 2F F2 F 2E
Octal 145 144 210 32 32 0 57 362 17 56
Binary 1100101 1100100 10001000 11010 11010 0 101111 11110010 1111 101110

Color Harmonies of #656488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656488

Black with #656488

Text Example


Text Example

White with #656488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #656488; }

 p { color: rgb(101,100,136); }

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

background-color css

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

 a { background-color: rgb(101,100,136); }

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

border-color css

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

 span { border-color: rgb(101,100,136); }

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