Html Css Color HEX #606696 Waikawa Grey

📋 copy color: '#606696'

red 96 ◦ green 102 ◦ blue 150

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

Shades of Waikawa Grey #606696

Tints of Waikawa Grey #606696

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 43.1%

R = 27.59%
G = 29.31%
B = 43.1%

CMYK

 C value IS 0.36

 M value IS 0.32

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#606696 (or 0x606696) is known color: Waikawa Grey. HEX triplet: 60, 66 and 96. RGB value is (96,102,150). Sum of RGB (Red+Green+Blue) = 96+102+150=348 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.59% from 348); Green value is 102 (40.23% from 255 or 29.31% from 348); Blue value is 150 (58.98% from 255 or 43.10% from 348); Max value from RGB is 150 - color contains mainly: blue. Hex color #606696 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606696 is #9F9969. Grayscale: #696969. Windows color (decimal): -10459498 or 9856608. OLE color: 9856608.

HSL color Cylindrical-coordinate representation of color #606696: hue angle of 233.33º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #606696 is Cyan = 0.36, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 96 102 150 -
CMYK 0.36 0.32 0 0.41
HSL 233.33º 0.22% 0.48% -
HSV(B) 233.33º 0.36% 0.59% -
XYZ 15.08 14.19 30.8 -
YUV 105.68 153.01 121.1 -
System Red Green Blue C M Y K H S L
Decimal 96 102 150 0.36 0.32 0 0.41 233.33 0.22 0.48
Hex 60 66 96 24 20 0 29 E9 16 30
Octal 140 146 226 44 40 0 51 351 26 60
Binary 1100000 1100110 10010110 100100 100000 0 101001 11101001 10110 110000

Color Harmonies of #606696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606696

Black with #606696

Text Example


Text Example

White with #606696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606696; }

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

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

background-color css

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

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

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

border-color css

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

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

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