Html Css Color HEX #656F90 Waikawa Grey

📋 copy color: '#656F90'

red 101 ◦ green 111 ◦ blue 144

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

Shades of Waikawa Grey #656F90

Tints of Waikawa Grey #656F90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 40.45%

R = 28.37%
G = 31.18%
B = 40.45%

CMYK

 C value IS 0.30

 M value IS 0.23

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#656F90 (or 0x656F90) is known color: Waikawa Grey. HEX triplet: 65, 6F and 90. RGB value is (101,111,144). Sum of RGB (Red+Green+Blue) = 101+111+144=356 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.37% from 356); Green value is 111 (43.75% from 255 or 31.18% from 356); Blue value is 144 (56.64% from 255 or 40.45% from 356); Max value from RGB is 144 - color contains mainly: blue. Hex color #656F90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656F90 is #9A906F. Grayscale: #6F6F6F. Windows color (decimal): -10129520 or 9465701. OLE color: 9465701.

HSL color Cylindrical-coordinate representation of color #656F90: hue angle of 226.05º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #656F90 is Cyan = 0.30, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 101 111 144 -
CMYK 0.30 0.23 0 0.44
HSL 226.05º 0.18% 0.48% -
HSV(B) 226.05º 0.3% 0.56% -
XYZ 16.09 16.15 28.65 -
YUV 111.77 146.19 120.32 -
System Red Green Blue C M Y K H S L
Decimal 101 111 144 0.30 0.23 0 0.44 226.05 0.18 0.48
Hex 65 6F 90 1E 17 0 2C E2 12 30
Octal 145 157 220 36 27 0 54 342 22 60
Binary 1100101 1101111 10010000 11110 10111 0 101100 11100010 10010 110000

Color Harmonies of #656F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656F90

Black with #656F90

Text Example


Text Example

White with #656F90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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