Html Css Color HEX #656C88 Waikawa Grey

📋 copy color: '#656C88'

red 101 ◦ green 108 ◦ blue 136

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

Shades of Waikawa Grey #656C88

Tints of Waikawa Grey #656C88

RGB

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

 GREEN value IS 108 (42.58% from 255) = 31.3%

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

R = 29.28%
G = 31.3%
B = 39.42%

CMYK

 C value IS 0.26

 M value IS 0.21

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#656C88 (or 0x656C88) is known color: Waikawa Grey. HEX triplet: 65, 6C and 88. RGB value is (101,108,136). Sum of RGB (Red+Green+Blue) = 101+108+136=345 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.28% from 345); Green value is 108 (42.58% from 255 or 31.30% from 345); Blue value is 136 (53.52% from 255 or 39.42% from 345); Max value from RGB is 136 - color contains mainly: blue. Hex color #656C88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656C88 is #9A9377. Grayscale: #6C6C6C. Windows color (decimal): -10130296 or 8940645. OLE color: 8940645.

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

Color convert

RGB 101 108 136 -
CMYK 0.26 0.21 0 0.47
HSL 228º 0.15% 0.46% -
HSV(B) 228º 0.26% 0.53% -
XYZ 15.17 15.27 25.44 -
YUV 109.1 143.18 122.22 -
System Red Green Blue C M Y K H S L
Decimal 101 108 136 0.26 0.21 0 0.47 228 0.15 0.46
Hex 65 6C 88 1A 15 0 2F E4 F 2E
Octal 145 154 210 32 25 0 57 344 17 56
Binary 1100101 1101100 10001000 11010 10101 0 101111 11100100 1111 101110

Color Harmonies of #656C88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656C88

Black with #656C88

Text Example


Text Example

White with #656C88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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