Html Css Color HEX #657090 Waikawa Grey

📋 copy color: '#657090'

red 101 ◦ green 112 ◦ blue 144

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

Shades of Waikawa Grey #657090

Tints of Waikawa Grey #657090

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.37%

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

R = 28.29%
G = 31.37%
B = 40.34%

CMYK

 C value IS 0.30

 M value IS 0.22

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#657090 (or 0x657090) is known color: Waikawa Grey. HEX triplet: 65, 70 and 90. RGB value is (101,112,144). Sum of RGB (Red+Green+Blue) = 101+112+144=357 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.29% from 357); Green value is 112 (44.14% from 255 or 31.37% from 357); Blue value is 144 (56.64% from 255 or 40.34% from 357); Max value from RGB is 144 - color contains mainly: blue. Hex color #657090 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657090 is #9A8F6F. Grayscale: #707070. Windows color (decimal): -10129264 or 9465957. OLE color: 9465957.

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

Color convert

RGB 101 112 144 -
CMYK 0.30 0.22 0 0.44
HSL 224.65º 0.18% 0.48% -
HSV(B) 224.65º 0.3% 0.56% -
XYZ 16.2 16.37 28.69 -
YUV 112.36 145.86 119.9 -
System Red Green Blue C M Y K H S L
Decimal 101 112 144 0.30 0.22 0 0.44 224.65 0.18 0.48
Hex 65 70 90 1E 16 0 2C E1 12 30
Octal 145 160 220 36 26 0 54 341 22 60
Binary 1100101 1110000 10010000 11110 10110 0 101100 11100001 10010 110000

Color Harmonies of #657090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #657090

Black with #657090

Text Example


Text Example

White with #657090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #657090; }

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

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

background-color css

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

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

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

border-color css

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

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

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