Html Css Color HEX #606F8B Waikawa Grey

📋 copy color: '#606F8B'

red 96 ◦ green 111 ◦ blue 139

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

Shades of Waikawa Grey #606F8B

Tints of Waikawa Grey #606F8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 40.17%

R = 27.75%
G = 32.08%
B = 40.17%

CMYK

 C value IS 0.31

 M value IS 0.20

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#606F8B (or 0x606F8B) is known color: Waikawa Grey. HEX triplet: 60, 6F and 8B. RGB value is (96,111,139). Sum of RGB (Red+Green+Blue) = 96+111+139=346 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.75% from 346); Green value is 111 (43.75% from 255 or 32.08% from 346); Blue value is 139 (54.69% from 255 or 40.17% from 346); Max value from RGB is 139 - color contains mainly: blue. Hex color #606F8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606F8B is #9F9074. Grayscale: #6D6D6D. Windows color (decimal): -10457205 or 9138016. OLE color: 9138016.

HSL color Cylindrical-coordinate representation of color #606F8B: hue angle of 219.07º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #606F8B is Cyan = 0.31, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 96 111 139 -
CMYK 0.31 0.20 0 0.45
HSL 219.07º 0.18% 0.46% -
HSV(B) 219.07º 0.31% 0.55% -
XYZ 15.17 15.72 26.66 -
YUV 109.71 144.53 118.22 -
System Red Green Blue C M Y K H S L
Decimal 96 111 139 0.31 0.20 0 0.45 219.07 0.18 0.46
Hex 60 6F 8B 1F 14 0 2D DB 12 2E
Octal 140 157 213 37 24 0 55 333 22 56
Binary 1100000 1101111 10001011 11111 10100 0 101101 11011011 10010 101110

Color Harmonies of #606F8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606F8B

Black with #606F8B

Text Example


Text Example

White with #606F8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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