Html Css Color HEX #656688 Comet

📋 copy color: '#656688'

red 101 ◦ green 102 ◦ blue 136

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

Shades of Comet #656688

Tints of Comet #656688

RGB

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

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

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

R = 29.79%
G = 30.09%
B = 40.12%

CMYK

 C value IS 0.26

 M value IS 0.25

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#656688 (or 0x656688) is known color: Comet. HEX triplet: 65, 66 and 88. RGB value is (101,102,136). Sum of RGB (Red+Green+Blue) = 101+102+136=339 (44% of max value = 765). Red value is 101 (39.84% from 255 or 29.79% from 339); Green value is 102 (40.23% from 255 or 30.09% from 339); Blue value is 136 (53.52% from 255 or 40.12% from 339); Max value from RGB is 136 - color contains mainly: blue. Hex color #656688 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656688 is #9A9977. Grayscale: #696969. Windows color (decimal): -10131832 or 8939109. OLE color: 8939109.

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

Color convert

RGB 101 102 136 -
CMYK 0.26 0.25 0 0.47
HSL 238.29º 0.15% 0.46% -
HSV(B) 238.29º 0.26% 0.53% -
XYZ 14.56 14.05 25.24 -
YUV 105.58 145.17 124.74 -
System Red Green Blue C M Y K H S L
Decimal 101 102 136 0.26 0.25 0 0.47 238.29 0.15 0.46
Hex 65 66 88 1A 19 0 2F EE F 2E
Octal 145 146 210 32 31 0 57 356 17 56
Binary 1100101 1100110 10001000 11010 11001 0 101111 11101110 1111 101110

Color Harmonies of #656688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656688

Black with #656688

Text Example


Text Example

White with #656688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #656688; }

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

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

background-color css

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

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

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

border-color css

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

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

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