Html Css Color HEX #656888 Comet

📋 copy color: '#656888'

red 101 ◦ green 104 ◦ blue 136

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

Shades of Comet #656888

Tints of Comet #656888

RGB

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

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

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

R = 29.62%
G = 30.5%
B = 39.88%

CMYK

 C value IS 0.26

 M value IS 0.24

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#656888 (or 0x656888) is known color: Comet. HEX triplet: 65, 68 and 88. RGB value is (101,104,136). Sum of RGB (Red+Green+Blue) = 101+104+136=341 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.62% from 341); Green value is 104 (41.02% from 255 or 30.50% from 341); Blue value is 136 (53.52% from 255 or 39.88% from 341); Max value from RGB is 136 - color contains mainly: blue. Hex color #656888 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656888 is #9A9777. Grayscale: #6A6A6A. Windows color (decimal): -10131320 or 8939621. OLE color: 8939621.

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

Color convert

RGB 101 104 136 -
CMYK 0.26 0.24 0 0.47
HSL 234.86º 0.15% 0.46% -
HSV(B) 234.86º 0.26% 0.53% -
XYZ 14.76 14.44 25.3 -
YUV 106.75 144.51 123.9 -
System Red Green Blue C M Y K H S L
Decimal 101 104 136 0.26 0.24 0 0.47 234.86 0.15 0.46
Hex 65 68 88 1A 18 0 2F EB F 2E
Octal 145 150 210 32 30 0 57 353 17 56
Binary 1100101 1101000 10001000 11010 11000 0 101111 11101011 1111 101110

Color Harmonies of #656888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656888

Black with #656888

Text Example


Text Example

White with #656888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #656888; }

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

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

background-color css

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

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

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

border-color css

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

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

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