#607B9C

Color #607B9C Waikawa Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Waikawa Grey #607B9C

Tints of Waikawa Grey #607B9C

Color information

#607B9C (or 0x607B9C) is unknown color: approx Waikawa Grey. HEX triplet: 60, 7B and 9C. RGB value is (96,123,156). Sum of RGB (Red+Green+Blue) = 96+123+156=375 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.6% from 375); Green value is 123 (48.44% from 255 or 32.8% from 375); Blue value is 156 (61.33% from 255 or 41.6% from 375); Max value from RGB is 156 - color contains mainly: blue. Hex color #607B9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607B9C is #9F8463. Grayscale: #767676. Windows color (decimal): -10454116 or 10255200. OLE color: 10255200.

HSL color Cylindrical-coordinate representation of color #607B9C: hue angle of 213º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #607B9C is Cyan = 0.38, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB96123156-
CMYK0.380.2100.39
HSL213º23.81%49.41%-
HSV(B)213º38.46%61.18%-
XYZ17.9119.0534.19-
YUV118.69149.05111.82-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.6%
GREEN value IS 123 (48.44% from 255) = 32.8%
BLUE value IS 156 (61.33% from 255) = 41.6%
R=25.6%
G=32.8%
B=41.6%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal961231560.380.2100.3921323.8149.41
Hex607B9C2615027d51831
Octal14017323446250473253061
Binary11000001111011100111001001101010101001111101010111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607B9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #607B9C; }

 p { color: rgb(96,123,156); }

 H1.HeaderClassName
 {
   color: #607B9C;
 }
 .AnyTagClassName
 {
   color: #607B9C;
 }
</style>
background-color css

<style>
 a { background-color: #607B9C; }

 a { background-color: rgb(96,123,156); }

 div.DivClassName
 {
   background-color: #607B9C;
 }
 .BgClassName
 {
   background-color: #607B9C;
 }
</style>
border-color css

<style>
 span { border-color: #607B9C; }

 span { border-color: rgb(96,123,156); }

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