Html Css Color HEX #606789 Waikawa Grey

📋 copy color: '#606789'

red 96 ◦ green 103 ◦ blue 137

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

Shades of Waikawa Grey #606789

Tints of Waikawa Grey #606789

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.65%

 BLUE value IS 137 (53.91% from 255) = 40.77%

R = 28.57%
G = 30.65%
B = 40.77%

CMYK

 C value IS 0.30

 M value IS 0.25

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#606789 (or 0x606789) is known color: Waikawa Grey. HEX triplet: 60, 67 and 89. RGB value is (96,103,137). Sum of RGB (Red+Green+Blue) = 96+103+137=336 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.57% from 336); Green value is 103 (40.62% from 255 or 30.65% from 336); Blue value is 137 (53.91% from 255 or 40.77% from 336); Max value from RGB is 137 - color contains mainly: blue. Hex color #606789 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606789 is #9F9876. Grayscale: #686868. Windows color (decimal): -10459255 or 9004896. OLE color: 9004896.

HSL color Cylindrical-coordinate representation of color #606789: hue angle of 229.76º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #606789 is Cyan = 0.30, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 96 103 137 -
CMYK 0.30 0.25 0 0.46
HSL 229.76º 0.18% 0.46% -
HSV(B) 229.76º 0.3% 0.54% -
XYZ 14.19 13.99 25.62 -
YUV 104.78 146.18 121.74 -
System Red Green Blue C M Y K H S L
Decimal 96 103 137 0.30 0.25 0 0.46 229.76 0.18 0.46
Hex 60 67 89 1E 19 0 2E E6 12 2E
Octal 140 147 211 36 31 0 56 346 22 56
Binary 1100000 1100111 10001001 11110 11001 0 101110 11100110 10010 101110

Color Harmonies of #606789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606789

Black with #606789

Text Example


Text Example

White with #606789

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606789; }

 p { color: rgb(96,103,137); }

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

background-color css

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

 a { background-color: rgb(96,103,137); }

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

border-color css

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

 span { border-color: rgb(96,103,137); }

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