Html Css Color HEX #656E9D Waikawa Grey

📋 copy color: '#656E9D'

red 101 ◦ green 110 ◦ blue 157

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

Shades of Waikawa Grey #656E9D

Tints of Waikawa Grey #656E9D

RGB

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

 GREEN value IS 110 (43.36% from 255) = 29.89%

 BLUE value IS 157 (61.72% from 255) = 42.66%

R = 27.45%
G = 29.89%
B = 42.66%

CMYK

 C value IS 0.36

 M value IS 0.30

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#656E9D (or 0x656E9D) is known color: Waikawa Grey. HEX triplet: 65, 6E and 9D. RGB value is (101,110,157). Sum of RGB (Red+Green+Blue) = 101+110+157=368 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.45% from 368); Green value is 110 (43.36% from 255 or 29.89% from 368); Blue value is 157 (61.72% from 255 or 42.66% from 368); Max value from RGB is 157 - color contains mainly: blue. Hex color #656E9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656E9D is #9A9162. Grayscale: #707070. Windows color (decimal): -10129763 or 10317413. OLE color: 10317413.

HSL color Cylindrical-coordinate representation of color #656E9D: hue angle of 230.36º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #656E9D is Cyan = 0.36, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 101 110 157 -
CMYK 0.36 0.30 0 0.38
HSL 230.36º 0.22% 0.51% -
HSV(B) 230.36º 0.36% 0.62% -
XYZ 17.03 16.35 34.16 -
YUV 112.67 153.02 119.68 -
System Red Green Blue C M Y K H S L
Decimal 101 110 157 0.36 0.30 0 0.38 230.36 0.22 0.51
Hex 65 6E 9D 24 1E 0 26 E6 16 33
Octal 145 156 235 44 36 0 46 346 26 63
Binary 1100101 1101110 10011101 100100 11110 0 100110 11100110 10110 110011

Color Harmonies of #656E9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656E9D

Black with #656E9D

Text Example


Text Example

White with #656E9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,110,157); }

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

background-color css

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

 a { background-color: rgb(101,110,157); }

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

border-color css

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

 span { border-color: rgb(101,110,157); }

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