Html Css Color HEX #656D96 Waikawa Grey

📋 copy color: '#656D96'

red 101 ◦ green 109 ◦ blue 150

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

Shades of Waikawa Grey #656D96

Tints of Waikawa Grey #656D96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 41.67%

R = 28.06%
G = 30.28%
B = 41.67%

CMYK

 C value IS 0.33

 M value IS 0.27

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#656D96 (or 0x656D96) is known color: Waikawa Grey. HEX triplet: 65, 6D and 96. RGB value is (101,109,150). Sum of RGB (Red+Green+Blue) = 101+109+150=360 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.06% from 360); Green value is 109 (42.97% from 255 or 30.28% from 360); Blue value is 150 (58.98% from 255 or 41.67% from 360); Max value from RGB is 150 - color contains mainly: blue. Hex color #656D96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656D96 is #9A9269. Grayscale: #6F6F6F. Windows color (decimal): -10130026 or 9858405. OLE color: 9858405.

HSL color Cylindrical-coordinate representation of color #656D96: hue angle of 230.2º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #656D96 is Cyan = 0.33, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 101 109 150 -
CMYK 0.33 0.27 0 0.41
HSL 230.2º 0.2% 0.49% -
HSV(B) 230.2º 0.33% 0.59% -
XYZ 16.34 15.91 31.06 -
YUV 111.28 149.85 120.67 -
System Red Green Blue C M Y K H S L
Decimal 101 109 150 0.33 0.27 0 0.41 230.2 0.2 0.49
Hex 65 6D 96 21 1B 0 29 E6 14 31
Octal 145 155 226 41 33 0 51 346 24 61
Binary 1100101 1101101 10010110 100001 11011 0 101001 11100110 10100 110001

Color Harmonies of #656D96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656D96

Black with #656D96

Text Example


Text Example

White with #656D96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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