Html Css Color HEX #656C90 Waikawa Grey

📋 copy color: '#656C90'

red 101 ◦ green 108 ◦ blue 144

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

Shades of Waikawa Grey #656C90

Tints of Waikawa Grey #656C90

RGB

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

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

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

R = 28.61%
G = 30.59%
B = 40.79%

CMYK

 C value IS 0.30

 M value IS 0.25

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#656C90 (or 0x656C90) is known color: Waikawa Grey. HEX triplet: 65, 6C and 90. RGB value is (101,108,144). Sum of RGB (Red+Green+Blue) = 101+108+144=353 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.61% from 353); Green value is 108 (42.58% from 255 or 30.59% from 353); Blue value is 144 (56.64% from 255 or 40.79% from 353); Max value from RGB is 144 - color contains mainly: blue. Hex color #656C90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656C90 is #9A936F. Grayscale: #6D6D6D. Windows color (decimal): -10130288 or 9464933. OLE color: 9464933.

HSL color Cylindrical-coordinate representation of color #656C90: hue angle of 230.23º 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 #656C90 is Cyan = 0.30, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 101 108 144 -
CMYK 0.30 0.25 0 0.44
HSL 230.23º 0.18% 0.48% -
HSV(B) 230.23º 0.3% 0.56% -
XYZ 15.76 15.51 28.55 -
YUV 110.01 147.18 121.57 -
System Red Green Blue C M Y K H S L
Decimal 101 108 144 0.30 0.25 0 0.44 230.23 0.18 0.48
Hex 65 6C 90 1E 19 0 2C E6 12 30
Octal 145 154 220 36 31 0 54 346 22 60
Binary 1100101 1101100 10010000 11110 11001 0 101100 11100110 10010 110000

Color Harmonies of #656C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656C90

Black with #656C90

Text Example


Text Example

White with #656C90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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