Html Css Color HEX #656386 Comet

📋 copy color: '#656386'

red 101 ◦ green 99 ◦ blue 134

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

Shades of Comet #656386

Tints of Comet #656386

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.64%

 BLUE value IS 134 (52.73% from 255) = 40.12%

R = 30.24%
G = 29.64%
B = 40.12%

CMYK

 C value IS 0.25

 M value IS 0.26

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#656386 (or 0x656386) is known color: Comet. HEX triplet: 65, 63 and 86. RGB value is (101,99,134). Sum of RGB (Red+Green+Blue) = 101+99+134=334 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.24% from 334); Green value is 99 (39.06% from 255 or 29.64% from 334); Blue value is 134 (52.73% from 255 or 40.12% from 334); Max value from RGB is 134 - color contains mainly: blue. Hex color #656386 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656386 is #9A9C79. Grayscale: #676767. Windows color (decimal): -10132602 or 8807269. OLE color: 8807269.

HSL color Cylindrical-coordinate representation of color #656386: hue angle of 243.43º 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 #656386 is Cyan = 0.25, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 101 99 134 -
CMYK 0.25 0.26 0 0.47
HSL 243.43º 0.15% 0.46% -
HSV(B) 243.43º 0.26% 0.53% -
XYZ 14.13 13.41 24.4 -
YUV 103.59 145.16 126.15 -
System Red Green Blue C M Y K H S L
Decimal 101 99 134 0.25 0.26 0 0.47 243.43 0.15 0.46
Hex 65 63 86 19 1A 0 2F F3 F 2E
Octal 145 143 206 31 32 0 57 363 17 56
Binary 1100101 1100011 10000110 11001 11010 0 101111 11110011 1111 101110

Color Harmonies of #656386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656386

Black with #656386

Text Example


Text Example

White with #656386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #656386; }

 p { color: rgb(101,99,134); }

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

background-color css

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

 a { background-color: rgb(101,99,134); }

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

border-color css

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

 span { border-color: rgb(101,99,134); }

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