Html Css Color HEX #607290 Waikawa Grey

📋 copy color: '#607290'

red 96 ◦ green 114 ◦ blue 144

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

Shades of Waikawa Grey #607290

Tints of Waikawa Grey #607290

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.2%

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

R = 27.12%
G = 32.2%
B = 40.68%

CMYK

 C value IS 0.33

 M value IS 0.21

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#607290 (or 0x607290) is known color: Waikawa Grey. HEX triplet: 60, 72 and 90. RGB value is (96,114,144). Sum of RGB (Red+Green+Blue) = 96+114+144=354 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.12% from 354); Green value is 114 (44.92% from 255 or 32.20% from 354); Blue value is 144 (56.64% from 255 or 40.68% from 354); Max value from RGB is 144 - color contains mainly: blue. Hex color #607290 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607290 is #9F8D6F. Grayscale: #6F6F6F. Windows color (decimal): -10456432 or 9466464. OLE color: 9466464.

HSL color Cylindrical-coordinate representation of color #607290: hue angle of 217.5º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #607290 is Cyan = 0.33, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 96 114 144 -
CMYK 0.33 0.21 0 0.44
HSL 217.5º 0.2% 0.47% -
HSV(B) 217.5º 0.33% 0.56% -
XYZ 15.88 16.54 28.74 -
YUV 112.04 146.04 116.56 -
System Red Green Blue C M Y K H S L
Decimal 96 114 144 0.33 0.21 0 0.44 217.5 0.2 0.47
Hex 60 72 90 21 15 0 2C DA 14 2F
Octal 140 162 220 41 25 0 54 332 24 57
Binary 1100000 1110010 10010000 100001 10101 0 101100 11011010 10100 101111

Color Harmonies of #607290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607290

Black with #607290

Text Example


Text Example

White with #607290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607290; }

 p { color: rgb(96,114,144); }

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

background-color css

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

 a { background-color: rgb(96,114,144); }

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

border-color css

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

 span { border-color: rgb(96,114,144); }

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