Html Css Color HEX #656988 Comet

📋 copy color: '#656988'

red 101 ◦ green 105 ◦ blue 136

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

Shades of Comet #656988

Tints of Comet #656988

RGB

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

 GREEN value IS 105 (41.41% from 255) = 30.7%

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

R = 29.53%
G = 30.7%
B = 39.77%

CMYK

 C value IS 0.26

 M value IS 0.23

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#656988 (or 0x656988) is known color: Comet. HEX triplet: 65, 69 and 88. RGB value is (101,105,136). Sum of RGB (Red+Green+Blue) = 101+105+136=342 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.53% from 342); Green value is 105 (41.41% from 255 or 30.70% from 342); Blue value is 136 (53.52% from 255 or 39.77% from 342); Max value from RGB is 136 - color contains mainly: blue. Hex color #656988 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656988 is #9A9677. Grayscale: #6B6B6B. Windows color (decimal): -10131064 or 8939877. OLE color: 8939877.

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

Color convert

RGB 101 105 136 -
CMYK 0.26 0.23 0 0.47
HSL 233.14º 0.15% 0.46% -
HSV(B) 233.14º 0.26% 0.53% -
XYZ 14.86 14.65 25.34 -
YUV 107.34 144.17 123.48 -
System Red Green Blue C M Y K H S L
Decimal 101 105 136 0.26 0.23 0 0.47 233.14 0.15 0.46
Hex 65 69 88 1A 17 0 2F E9 F 2E
Octal 145 151 210 32 27 0 57 351 17 56
Binary 1100101 1101001 10001000 11010 10111 0 101111 11101001 1111 101110

Color Harmonies of #656988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656988

Black with #656988

Text Example


Text Example

White with #656988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #656988; }

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

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

background-color css

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

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

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

border-color css

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

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

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