Html Css Color HEX #606C9F Waikawa Grey

📋 copy color: '#606C9F'

red 96 ◦ green 108 ◦ blue 159

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

Shades of Waikawa Grey #606C9F

Tints of Waikawa Grey #606C9F

RGB

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

 GREEN value IS 108 (42.58% from 255) = 29.75%

 BLUE value IS 159 (62.5% from 255) = 43.8%

R = 26.45%
G = 29.75%
B = 43.8%

CMYK

 C value IS 0.40

 M value IS 0.32

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#606C9F (or 0x606C9F) is known color: Waikawa Grey. HEX triplet: 60, 6C and 9F. RGB value is (96,108,159). Sum of RGB (Red+Green+Blue) = 96+108+159=363 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.45% from 363); Green value is 108 (42.58% from 255 or 29.75% from 363); Blue value is 159 (62.5% from 255 or 43.80% from 363); Max value from RGB is 159 - color contains mainly: blue. Hex color #606C9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606C9F is #9F9360. Grayscale: #6E6E6E. Windows color (decimal): -10457953 or 10447968. OLE color: 10447968.

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

Color convert

RGB 96 108 159 -
CMYK 0.40 0.32 0 0.38
HSL 228.57º 0.25% 0.5% -
HSV(B) 228.57º 0.4% 0.62% -
XYZ 16.44 15.72 34.97 -
YUV 110.23 155.52 117.85 -
System Red Green Blue C M Y K H S L
Decimal 96 108 159 0.40 0.32 0 0.38 228.57 0.25 0.5
Hex 60 6C 9F 28 20 0 26 E5 19 32
Octal 140 154 237 50 40 0 46 345 31 62
Binary 1100000 1101100 10011111 101000 100000 0 100110 11100101 11001 110010

Color Harmonies of #606C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606C9F

Black with #606C9F

Text Example


Text Example

White with #606C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,108,159); }

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

background-color css

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

 a { background-color: rgb(96,108,159); }

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

border-color css

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

 span { border-color: rgb(96,108,159); }

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