Html Css Color HEX #606DA1 Waikawa Grey

📋 copy color: '#606DA1'

red 96 ◦ green 109 ◦ blue 161

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

Shades of Waikawa Grey #606DA1

Tints of Waikawa Grey #606DA1

RGB

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

 GREEN value IS 109 (42.97% from 255) = 29.78%

 BLUE value IS 161 (63.28% from 255) = 43.99%

R = 26.23%
G = 29.78%
B = 43.99%

CMYK

 C value IS 0.40

 M value IS 0.32

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#606DA1 (or 0x606DA1) is known color: Waikawa Grey. HEX triplet: 60, 6D and A1. RGB value is (96,109,161). Sum of RGB (Red+Green+Blue) = 96+109+161=366 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.23% from 366); Green value is 109 (42.97% from 255 or 29.78% from 366); Blue value is 161 (63.28% from 255 or 43.99% from 366); Max value from RGB is 161 - color contains mainly: blue. Hex color #606DA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606DA1 is #9F925E. Grayscale: #6E6E6E. Windows color (decimal): -10457695 or 10579296. OLE color: 10579296.

HSL color Cylindrical-coordinate representation of color #606DA1: hue angle of 228º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #606DA1 is Cyan = 0.40, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 96 109 161 -
CMYK 0.40 0.32 0 0.37
HSL 228º 0.26% 0.5% -
HSV(B) 228º 0.4% 0.63% -
XYZ 16.73 16 35.92 -
YUV 111.04 156.19 117.27 -
System Red Green Blue C M Y K H S L
Decimal 96 109 161 0.40 0.32 0 0.37 228 0.26 0.5
Hex 60 6D A1 28 20 0 25 E4 1A 32
Octal 140 155 241 50 40 0 45 344 32 62
Binary 1100000 1101101 10100001 101000 100000 0 100101 11100100 11010 110010

Color Harmonies of #606DA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606DA1

Black with #606DA1

Text Example


Text Example

White with #606DA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,109,161); }

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

background-color css

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

 a { background-color: rgb(96,109,161); }

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

border-color css

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

 span { border-color: rgb(96,109,161); }

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