Html Css Color HEX #606F9D Waikawa Grey

📋 copy color: '#606F9D'

red 96 ◦ green 111 ◦ blue 157

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

Shades of Waikawa Grey #606F9D

Tints of Waikawa Grey #606F9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 43.13%

R = 26.37%
G = 30.49%
B = 43.13%

CMYK

 C value IS 0.39

 M value IS 0.29

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#606F9D (or 0x606F9D) is known color: Waikawa Grey. HEX triplet: 60, 6F and 9D. RGB value is (96,111,157). Sum of RGB (Red+Green+Blue) = 96+111+157=364 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.37% from 364); Green value is 111 (43.75% from 255 or 30.49% from 364); Blue value is 157 (61.72% from 255 or 43.13% from 364); Max value from RGB is 157 - color contains mainly: blue. Hex color #606F9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606F9D is #9F9062. Grayscale: #6F6F6F. Windows color (decimal): -10457187 or 10317664. OLE color: 10317664.

HSL color Cylindrical-coordinate representation of color #606F9D: hue angle of 225.25º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #606F9D is Cyan = 0.39, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 96 111 157 -
CMYK 0.39 0.29 0 0.38
HSL 225.25º 0.24% 0.5% -
HSV(B) 225.25º 0.39% 0.62% -
XYZ 16.59 16.29 34.17 -
YUV 111.76 153.53 116.76 -
System Red Green Blue C M Y K H S L
Decimal 96 111 157 0.39 0.29 0 0.38 225.25 0.24 0.5
Hex 60 6F 9D 27 1D 0 26 E1 18 32
Octal 140 157 235 47 35 0 46 341 30 62
Binary 1100000 1101111 10011101 100111 11101 0 100110 11100001 11000 110010

Color Harmonies of #606F9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606F9D

Black with #606F9D

Text Example


Text Example

White with #606F9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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