Html Css Color HEX #606690 Waikawa Grey

📋 copy color: '#606690'

red 96 ◦ green 102 ◦ blue 144

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

Shades of Waikawa Grey #606690

Tints of Waikawa Grey #606690

RGB

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

 GREEN value IS 102 (40.23% from 255) = 29.82%

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

R = 28.07%
G = 29.82%
B = 42.11%

CMYK

 C value IS 0.33

 M value IS 0.29

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#606690 (or 0x606690) is known color: Waikawa Grey. HEX triplet: 60, 66 and 90. RGB value is (96,102,144). Sum of RGB (Red+Green+Blue) = 96+102+144=342 (45% of max value = 765). Red value is 96 (37.89% from 255 or 28.07% from 342); Green value is 102 (40.23% from 255 or 29.82% from 342); Blue value is 144 (56.64% from 255 or 42.11% from 342); Max value from RGB is 144 - color contains mainly: blue. Hex color #606690 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606690 is #9F996F. Grayscale: #686868. Windows color (decimal): -10459504 or 9463392. OLE color: 9463392.

HSL color Cylindrical-coordinate representation of color #606690: hue angle of 232.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 #606690 is Cyan = 0.33, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 96 102 144 -
CMYK 0.33 0.29 0 0.44
HSL 232.5º 0.2% 0.47% -
HSV(B) 232.5º 0.33% 0.56% -
XYZ 14.61 14 28.32 -
YUV 104.99 150.01 121.58 -
System Red Green Blue C M Y K H S L
Decimal 96 102 144 0.33 0.29 0 0.44 232.5 0.2 0.47
Hex 60 66 90 21 1D 0 2C E8 14 2F
Octal 140 146 220 41 35 0 54 350 24 57
Binary 1100000 1100110 10010000 100001 11101 0 101100 11101000 10100 101111

Color Harmonies of #606690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606690

Black with #606690

Text Example


Text Example

White with #606690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606690; }

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

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

background-color css

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

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

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

border-color css

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

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

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