Html Css Color HEX #657499 Waikawa Grey

📋 copy color: '#657499'

red 101 ◦ green 116 ◦ blue 153

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

Shades of Waikawa Grey #657499

Tints of Waikawa Grey #657499

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.35%

 BLUE value IS 153 (60.16% from 255) = 41.35%

R = 27.3%
G = 31.35%
B = 41.35%

CMYK

 C value IS 0.34

 M value IS 0.24

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#657499 (or 0x657499) is known color: Waikawa Grey. HEX triplet: 65, 74 and 99. RGB value is (101,116,153). Sum of RGB (Red+Green+Blue) = 101+116+153=370 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.30% from 370); Green value is 116 (45.70% from 255 or 31.35% from 370); Blue value is 153 (60.16% from 255 or 41.35% from 370); Max value from RGB is 153 - color contains mainly: blue. Hex color #657499 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657499 is #9A8B66. Grayscale: #737373. Windows color (decimal): -10128231 or 10056805. OLE color: 10056805.

HSL color Cylindrical-coordinate representation of color #657499: hue angle of 222.69º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #657499 is Cyan = 0.34, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 101 116 153 -
CMYK 0.34 0.24 0 0.4
HSL 222.69º 0.2% 0.5% -
HSV(B) 222.69º 0.34% 0.6% -
XYZ 17.36 17.56 32.61 -
YUV 115.73 149.03 117.49 -
System Red Green Blue C M Y K H S L
Decimal 101 116 153 0.34 0.24 0 0.4 222.69 0.2 0.5
Hex 65 74 99 22 18 0 28 DF 14 32
Octal 145 164 231 42 30 0 50 337 24 62
Binary 1100101 1110100 10011001 100010 11000 0 101000 11011111 10100 110010

Color Harmonies of #657499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #657499

Black with #657499

Text Example


Text Example

White with #657499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #657499; }

 p { color: rgb(101,116,153); }

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

background-color css

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

 a { background-color: rgb(101,116,153); }

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

border-color css

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

 span { border-color: rgb(101,116,153); }

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