Html Css Color HEX #607B9D Waikawa Grey

📋 copy color: '#607B9D'

red 96 ◦ green 123 ◦ blue 157

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

Shades of Waikawa Grey #607B9D

Tints of Waikawa Grey #607B9D

RGB

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

 GREEN value IS 123 (48.44% from 255) = 32.71%

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

R = 25.53%
G = 32.71%
B = 41.76%

CMYK

 C value IS 0.39

 M value IS 0.22

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#607B9D (or 0x607B9D) is known color: Waikawa Grey. HEX triplet: 60, 7B and 9D. RGB value is (96,123,157). Sum of RGB (Red+Green+Blue) = 96+123+157=376 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.53% from 376); Green value is 123 (48.44% from 255 or 32.71% from 376); Blue value is 157 (61.72% from 255 or 41.76% from 376); Max value from RGB is 157 - color contains mainly: blue. Hex color #607B9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607B9D is #9F8462. Grayscale: #767676. Windows color (decimal): -10454115 or 10320736. OLE color: 10320736.

HSL color Cylindrical-coordinate representation of color #607B9D: hue angle of 213.44º 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 #607B9D is Cyan = 0.39, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 96 123 157 -
CMYK 0.39 0.22 0 0.38
HSL 213.44º 0.24% 0.5% -
HSV(B) 213.44º 0.39% 0.62% -
XYZ 17.99 19.09 34.63 -
YUV 118.8 149.55 111.74 -
System Red Green Blue C M Y K H S L
Decimal 96 123 157 0.39 0.22 0 0.38 213.44 0.24 0.5
Hex 60 7B 9D 27 16 0 26 D5 18 32
Octal 140 173 235 47 26 0 46 325 30 62
Binary 1100000 1111011 10011101 100111 10110 0 100110 11010101 11000 110010

Color Harmonies of #607B9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607B9D

Black with #607B9D

Text Example


Text Example

White with #607B9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #607B9D;
 }
 .AnyTagClassName
 {
   color: #607B9D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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