Html Css Color HEX #606793 Waikawa Grey

📋 copy color: '#606793'

red 96 ◦ green 103 ◦ blue 147

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

Shades of Waikawa Grey #606793

Tints of Waikawa Grey #606793

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 42.49%

R = 27.75%
G = 29.77%
B = 42.49%

CMYK

 C value IS 0.35

 M value IS 0.30

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#606793 (or 0x606793) is known color: Waikawa Grey. HEX triplet: 60, 67 and 93. RGB value is (96,103,147). Sum of RGB (Red+Green+Blue) = 96+103+147=346 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.75% from 346); Green value is 103 (40.62% from 255 or 29.77% from 346); Blue value is 147 (57.81% from 255 or 42.49% from 346); Max value from RGB is 147 - color contains mainly: blue. Hex color #606793 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606793 is #9F986C. Grayscale: #696969. Windows color (decimal): -10459245 or 9660256. OLE color: 9660256.

HSL color Cylindrical-coordinate representation of color #606793: hue angle of 231.76º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #606793 is Cyan = 0.35, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 96 103 147 -
CMYK 0.35 0.30 0 0.42
HSL 231.76º 0.21% 0.48% -
HSV(B) 231.76º 0.35% 0.58% -
XYZ 14.94 14.29 29.58 -
YUV 105.92 151.18 120.92 -
System Red Green Blue C M Y K H S L
Decimal 96 103 147 0.35 0.30 0 0.42 231.76 0.21 0.48
Hex 60 67 93 23 1E 0 2A E8 15 30
Octal 140 147 223 43 36 0 52 350 25 60
Binary 1100000 1100111 10010011 100011 11110 0 101010 11101000 10101 110000

Color Harmonies of #606793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606793

Black with #606793

Text Example


Text Example

White with #606793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606793; }

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

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

background-color css

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

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

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

border-color css

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

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

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