Html Css Color HEX #607593 Waikawa Grey

📋 copy color: '#607593'

red 96 ◦ green 117 ◦ blue 147

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

Shades of Waikawa Grey #607593

Tints of Waikawa Grey #607593

RGB

 RED value IS 96 (37.89% from 255) = 26.67%

 GREEN value IS 117 (46.09% from 255) = 32.5%

 BLUE value IS 147 (57.81% from 255) = 40.83%

R = 26.67%
G = 32.5%
B = 40.83%

CMYK

 C value IS 0.35

 M value IS 0.20

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#607593 (or 0x607593) is known color: Waikawa Grey. HEX triplet: 60, 75 and 93. RGB value is (96,117,147). Sum of RGB (Red+Green+Blue) = 96+117+147=360 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.67% from 360); Green value is 117 (46.09% from 255 or 32.5% from 360); Blue value is 147 (57.81% from 255 or 40.83% from 360); Max value from RGB is 147 - color contains mainly: blue. Hex color #607593 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607593 is #9F8A6C. Grayscale: #727272. Windows color (decimal): -10455661 or 9663840. OLE color: 9663840.

HSL color Cylindrical-coordinate representation of color #607593: hue angle of 215.29º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #607593 is Cyan = 0.35, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 96 117 147 -
CMYK 0.35 0.20 0 0.42
HSL 215.29º 0.21% 0.48% -
HSV(B) 215.29º 0.35% 0.58% -
XYZ 16.45 17.32 30.08 -
YUV 114.14 146.54 115.06 -
System Red Green Blue C M Y K H S L
Decimal 96 117 147 0.35 0.20 0 0.42 215.29 0.21 0.48
Hex 60 75 93 23 14 0 2A D7 15 30
Octal 140 165 223 43 24 0 52 327 25 60
Binary 1100000 1110101 10010011 100011 10100 0 101010 11010111 10101 110000

Color Harmonies of #607593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607593

Black with #607593

Text Example


Text Example

White with #607593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607593; }

 p { color: rgb(96,117,147); }

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

background-color css

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

 a { background-color: rgb(96,117,147); }

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

border-color css

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

 span { border-color: rgb(96,117,147); }

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