Html Css Color HEX #606E93 Waikawa Grey

📋 copy color: '#606E93'

red 96 ◦ green 110 ◦ blue 147

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

Shades of Waikawa Grey #606E93

Tints of Waikawa Grey #606E93

RGB

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

 GREEN value IS 110 (43.36% from 255) = 31.16%

 BLUE value IS 147 (57.81% from 255) = 41.64%

R = 27.2%
G = 31.16%
B = 41.64%

CMYK

 C value IS 0.35

 M value IS 0.25

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#606E93 (or 0x606E93) is known color: Waikawa Grey. HEX triplet: 60, 6E and 93. RGB value is (96,110,147). Sum of RGB (Red+Green+Blue) = 96+110+147=353 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.20% from 353); Green value is 110 (43.36% from 255 or 31.16% from 353); Blue value is 147 (57.81% from 255 or 41.64% from 353); Max value from RGB is 147 - color contains mainly: blue. Hex color #606E93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606E93 is #9F916C. Grayscale: #6D6D6D. Windows color (decimal): -10457453 or 9662048. OLE color: 9662048.

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

Color convert

RGB 96 110 147 -
CMYK 0.35 0.25 0 0.42
HSL 223.53º 0.21% 0.48% -
HSV(B) 223.53º 0.35% 0.58% -
XYZ 15.67 15.75 29.82 -
YUV 110.03 148.86 117.99 -
System Red Green Blue C M Y K H S L
Decimal 96 110 147 0.35 0.25 0 0.42 223.53 0.21 0.48
Hex 60 6E 93 23 19 0 2A E0 15 30
Octal 140 156 223 43 31 0 52 340 25 60
Binary 1100000 1101110 10010011 100011 11001 0 101010 11100000 10101 110000

Color Harmonies of #606E93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606E93

Black with #606E93

Text Example


Text Example

White with #606E93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,110,147); }

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

background-color css

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

 a { background-color: rgb(96,110,147); }

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

border-color css

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

 span { border-color: rgb(96,110,147); }

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