Html Css Color HEX #656682 Comet

📋 copy color: '#656682'

red 101 ◦ green 102 ◦ blue 130

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

Shades of Comet #656682

Tints of Comet #656682

RGB

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

 GREEN value IS 102 (40.23% from 255) = 30.63%

 BLUE value IS 130 (51.17% from 255) = 39.04%

R = 30.33%
G = 30.63%
B = 39.04%

CMYK

 C value IS 0.22

 M value IS 0.22

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#656682 (or 0x656682) is known color: Comet. HEX triplet: 65, 66 and 82. RGB value is (101,102,130). Sum of RGB (Red+Green+Blue) = 101+102+130=333 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.33% from 333); Green value is 102 (40.23% from 255 or 30.63% from 333); Blue value is 130 (51.17% from 255 or 39.04% from 333); Max value from RGB is 130 - color contains mainly: blue. Hex color #656682 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656682 is #9A997D. Grayscale: #686868. Windows color (decimal): -10131838 or 8545893. OLE color: 8545893.

HSL color Cylindrical-coordinate representation of color #656682: hue angle of 237.93º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #656682 is Cyan = 0.22, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 101 102 130 -
CMYK 0.22 0.22 0 0.49
HSL 237.93º 0.13% 0.45% -
HSV(B) 237.93º 0.22% 0.51% -
XYZ 14.15 13.88 23.05 -
YUV 104.89 142.17 125.22 -
System Red Green Blue C M Y K H S L
Decimal 101 102 130 0.22 0.22 0 0.49 237.93 0.13 0.45
Hex 65 66 82 16 16 0 31 EE D 2D
Octal 145 146 202 26 26 0 61 356 15 55
Binary 1100101 1100110 10000010 10110 10110 0 110001 11101110 1101 101101

Color Harmonies of #656682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656682

Black with #656682

Text Example


Text Example

White with #656682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #656682; }

 p { color: rgb(101,102,130); }

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

background-color css

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

 a { background-color: rgb(101,102,130); }

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

border-color css

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

 span { border-color: rgb(101,102,130); }

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