Html Css Color HEX #606A94 Waikawa Grey

📋 copy color: '#606A94'

red 96 ◦ green 106 ◦ blue 148

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

Shades of Waikawa Grey #606A94

Tints of Waikawa Grey #606A94

RGB

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

 GREEN value IS 106 (41.8% from 255) = 30.29%

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

R = 27.43%
G = 30.29%
B = 42.29%

CMYK

 C value IS 0.35

 M value IS 0.28

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#606A94 (or 0x606A94) is known color: Waikawa Grey. HEX triplet: 60, 6A and 94. RGB value is (96,106,148). Sum of RGB (Red+Green+Blue) = 96+106+148=350 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.43% from 350); Green value is 106 (41.80% from 255 or 30.29% from 350); Blue value is 148 (58.20% from 255 or 42.29% from 350); Max value from RGB is 148 - color contains mainly: blue. Hex color #606A94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606A94 is #9F956B. Grayscale: #6B6B6B. Windows color (decimal): -10458476 or 9726560. OLE color: 9726560.

HSL color Cylindrical-coordinate representation of color #606A94: hue angle of 228.46º 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 #606A94 is Cyan = 0.35, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 96 106 148 -
CMYK 0.35 0.28 0 0.42
HSL 228.46º 0.21% 0.48% -
HSV(B) 228.46º 0.35% 0.58% -
XYZ 15.32 14.93 30.09 -
YUV 107.8 150.69 119.58 -
System Red Green Blue C M Y K H S L
Decimal 96 106 148 0.35 0.28 0 0.42 228.46 0.21 0.48
Hex 60 6A 94 23 1C 0 2A E4 15 30
Octal 140 152 224 43 34 0 52 344 25 60
Binary 1100000 1101010 10010100 100011 11100 0 101010 11100100 10101 110000

Color Harmonies of #606A94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606A94

Black with #606A94

Text Example


Text Example

White with #606A94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606A94; }

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

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

background-color css

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

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

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

border-color css

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

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

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