Html Css Color HEX #606695 Waikawa Grey

📋 copy color: '#606695'

red 96 ◦ green 102 ◦ blue 149

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

Shades of Waikawa Grey #606695

Tints of Waikawa Grey #606695

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 42.94%

R = 27.67%
G = 29.39%
B = 42.94%

CMYK

 C value IS 0.36

 M value IS 0.32

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#606695 (or 0x606695) is known color: Waikawa Grey. HEX triplet: 60, 66 and 95. RGB value is (96,102,149). Sum of RGB (Red+Green+Blue) = 96+102+149=347 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.67% from 347); Green value is 102 (40.23% from 255 or 29.39% from 347); Blue value is 149 (58.59% from 255 or 42.94% from 347); Max value from RGB is 149 - color contains mainly: blue. Hex color #606695 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606695 is #9F996A. Grayscale: #696969. Windows color (decimal): -10459499 or 9791072. OLE color: 9791072.

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

Color convert

RGB 96 102 149 -
CMYK 0.36 0.32 0 0.42
HSL 233.21º 0.22% 0.48% -
HSV(B) 233.21º 0.36% 0.58% -
XYZ 15 14.16 30.38 -
YUV 105.56 152.51 121.18 -
System Red Green Blue C M Y K H S L
Decimal 96 102 149 0.36 0.32 0 0.42 233.21 0.22 0.48
Hex 60 66 95 24 20 0 2A E9 16 30
Octal 140 146 225 44 40 0 52 351 26 60
Binary 1100000 1100110 10010101 100100 100000 0 101010 11101001 10110 110000

Color Harmonies of #606695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606695

Black with #606695

Text Example


Text Example

White with #606695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606695; }

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

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

background-color css

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

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

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

border-color css

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

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

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