Html Css Color HEX #606794 Waikawa Grey

📋 copy color: '#606794'

red 96 ◦ green 103 ◦ blue 148

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

Shades of Waikawa Grey #606794

Tints of Waikawa Grey #606794

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 42.65%

R = 27.67%
G = 29.68%
B = 42.65%

CMYK

 C value IS 0.35

 M value IS 0.30

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#606794 (or 0x606794) is known color: Waikawa Grey. HEX triplet: 60, 67 and 94. RGB value is (96,103,148). Sum of RGB (Red+Green+Blue) = 96+103+148=347 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.67% from 347); Green value is 103 (40.62% from 255 or 29.68% from 347); Blue value is 148 (58.20% from 255 or 42.65% from 347); Max value from RGB is 148 - color contains mainly: blue. Hex color #606794 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606794 is #9F986B. Grayscale: #696969. Windows color (decimal): -10459244 or 9725792. OLE color: 9725792.

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

Color convert

RGB 96 103 148 -
CMYK 0.35 0.30 0 0.42
HSL 231.92º 0.21% 0.48% -
HSV(B) 231.92º 0.35% 0.58% -
XYZ 15.02 14.33 29.99 -
YUV 106.04 151.68 120.84 -
System Red Green Blue C M Y K H S L
Decimal 96 103 148 0.35 0.30 0 0.42 231.92 0.21 0.48
Hex 60 67 94 23 1E 0 2A E8 15 30
Octal 140 147 224 43 36 0 52 350 25 60
Binary 1100000 1100111 10010100 100011 11110 0 101010 11101000 10101 110000

Color Harmonies of #606794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606794

Black with #606794

Text Example


Text Example

White with #606794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606794; }

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

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

background-color css

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

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

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

border-color css

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

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

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