Html Css Color HEX #656D88 Waikawa Grey

📋 copy color: '#656D88'

red 101 ◦ green 109 ◦ blue 136

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

Shades of Waikawa Grey #656D88

Tints of Waikawa Grey #656D88

RGB

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

 GREEN value IS 109 (42.97% from 255) = 31.5%

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

R = 29.19%
G = 31.5%
B = 39.31%

CMYK

 C value IS 0.26

 M value IS 0.20

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#656D88 (or 0x656D88) is known color: Waikawa Grey. HEX triplet: 65, 6D and 88. RGB value is (101,109,136). Sum of RGB (Red+Green+Blue) = 101+109+136=346 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.19% from 346); Green value is 109 (42.97% from 255 or 31.50% from 346); Blue value is 136 (53.52% from 255 or 39.31% from 346); Max value from RGB is 136 - color contains mainly: blue. Hex color #656D88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656D88 is #9A9277. Grayscale: #6D6D6D. Windows color (decimal): -10130040 or 8940901. OLE color: 8940901.

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

Color convert

RGB 101 109 136 -
CMYK 0.26 0.20 0 0.47
HSL 226.29º 0.15% 0.46% -
HSV(B) 226.29º 0.26% 0.53% -
XYZ 15.28 15.48 25.48 -
YUV 109.69 142.85 121.8 -
System Red Green Blue C M Y K H S L
Decimal 101 109 136 0.26 0.20 0 0.47 226.29 0.15 0.46
Hex 65 6D 88 1A 14 0 2F E2 F 2E
Octal 145 155 210 32 24 0 57 342 17 56
Binary 1100101 1101101 10001000 11010 10100 0 101111 11100010 1111 101110

Color Harmonies of #656D88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656D88

Black with #656D88

Text Example


Text Example

White with #656D88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #656D88; }

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

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

background-color css

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

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

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

border-color css

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

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

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