Html Css Color HEX #656F96 Waikawa Grey

📋 copy color: '#656F96'

red 101 ◦ green 111 ◦ blue 150

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

Shades of Waikawa Grey #656F96

Tints of Waikawa Grey #656F96

RGB

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

 GREEN value IS 111 (43.75% from 255) = 30.66%

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

R = 27.9%
G = 30.66%
B = 41.44%

CMYK

 C value IS 0.33

 M value IS 0.26

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#656F96 (or 0x656F96) is known color: Waikawa Grey. HEX triplet: 65, 6F and 96. RGB value is (101,111,150). Sum of RGB (Red+Green+Blue) = 101+111+150=362 (47% of max value = 765). Red value is 101 (39.84% from 255 or 27.90% from 362); Green value is 111 (43.75% from 255 or 30.66% from 362); Blue value is 150 (58.98% from 255 or 41.44% from 362); Max value from RGB is 150 - color contains mainly: blue. Hex color #656F96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656F96 is #9A9069. Grayscale: #707070. Windows color (decimal): -10129514 or 9858917. OLE color: 9858917.

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

Color convert

RGB 101 111 150 -
CMYK 0.33 0.26 0 0.41
HSL 227.76º 0.2% 0.49% -
HSV(B) 227.76º 0.33% 0.59% -
XYZ 16.56 16.34 31.14 -
YUV 112.46 149.19 119.83 -
System Red Green Blue C M Y K H S L
Decimal 101 111 150 0.33 0.26 0 0.41 227.76 0.2 0.49
Hex 65 6F 96 21 1A 0 29 E4 14 31
Octal 145 157 226 41 32 0 51 344 24 61
Binary 1100101 1101111 10010110 100001 11010 0 101001 11100100 10100 110001

Color Harmonies of #656F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656F96

Black with #656F96

Text Example


Text Example

White with #656F96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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