Html Css Color HEX #606796 Waikawa Grey

📋 copy color: '#606796'

red 96 ◦ green 103 ◦ blue 150

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

Shades of Waikawa Grey #606796

Tints of Waikawa Grey #606796

RGB

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

 GREEN value IS 103 (40.63% from 255) = 29.51%

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

R = 27.51%
G = 29.51%
B = 42.98%

CMYK

 C value IS 0.36

 M value IS 0.31

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#606796 (or 0x606796) is known color: Waikawa Grey. HEX triplet: 60, 67 and 96. RGB value is (96,103,150). Sum of RGB (Red+Green+Blue) = 96+103+150=349 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.51% from 349); Green value is 103 (40.62% from 255 or 29.51% from 349); Blue value is 150 (58.98% from 255 or 42.98% from 349); Max value from RGB is 150 - color contains mainly: blue. Hex color #606796 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606796 is #9F9869. Grayscale: #6A6A6A. Windows color (decimal): -10459242 or 9856864. OLE color: 9856864.

HSL color Cylindrical-coordinate representation of color #606796: hue angle of 232.22º 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 #606796 is Cyan = 0.36, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 96 103 150 -
CMYK 0.36 0.31 0 0.41
HSL 232.22º 0.22% 0.48% -
HSV(B) 232.22º 0.36% 0.59% -
XYZ 15.18 14.39 30.83 -
YUV 106.27 152.68 120.68 -
System Red Green Blue C M Y K H S L
Decimal 96 103 150 0.36 0.31 0 0.41 232.22 0.22 0.48
Hex 60 67 96 24 1F 0 29 E8 16 30
Octal 140 147 226 44 37 0 51 350 26 60
Binary 1100000 1100111 10010110 100100 11111 0 101001 11101000 10110 110000

Color Harmonies of #606796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606796

Black with #606796

Text Example


Text Example

White with #606796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606796; }

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

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

background-color css

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

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

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

border-color css

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

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

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