Html Css Color HEX #606F9F Waikawa Grey

📋 copy color: '#606F9F'

red 96 ◦ green 111 ◦ blue 159

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

Shades of Waikawa Grey #606F9F

Tints of Waikawa Grey #606F9F

RGB

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

 GREEN value IS 111 (43.75% from 255) = 30.33%

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

R = 26.23%
G = 30.33%
B = 43.44%

CMYK

 C value IS 0.40

 M value IS 0.30

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#606F9F (or 0x606F9F) is known color: Waikawa Grey. HEX triplet: 60, 6F and 9F. RGB value is (96,111,159). Sum of RGB (Red+Green+Blue) = 96+111+159=366 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.23% from 366); Green value is 111 (43.75% from 255 or 30.33% from 366); Blue value is 159 (62.5% from 255 or 43.44% from 366); Max value from RGB is 159 - color contains mainly: blue. Hex color #606F9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606F9F is #9F9060. Grayscale: #6F6F6F. Windows color (decimal): -10457185 or 10448736. OLE color: 10448736.

HSL color Cylindrical-coordinate representation of color #606F9F: hue angle of 225.71º 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 #606F9F is Cyan = 0.40, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 96 111 159 -
CMYK 0.40 0.30 0 0.38
HSL 225.71º 0.25% 0.5% -
HSV(B) 225.71º 0.4% 0.62% -
XYZ 16.77 16.36 35.07 -
YUV 111.99 154.53 116.6 -
System Red Green Blue C M Y K H S L
Decimal 96 111 159 0.40 0.30 0 0.38 225.71 0.25 0.5
Hex 60 6F 9F 28 1E 0 26 E2 19 32
Octal 140 157 237 50 36 0 46 342 31 62
Binary 1100000 1101111 10011111 101000 11110 0 100110 11100010 11001 110010

Color Harmonies of #606F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606F9F

Black with #606F9F

Text Example


Text Example

White with #606F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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