Html Css Color HEX #606688 Waikawa Grey

📋 copy color: '#606688'

red 96 ◦ green 102 ◦ blue 136

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

Shades of Waikawa Grey #606688

Tints of Waikawa Grey #606688

RGB

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

 GREEN value IS 102 (40.23% from 255) = 30.54%

 BLUE value IS 136 (53.52% from 255) = 40.72%

R = 28.74%
G = 30.54%
B = 40.72%

CMYK

 C value IS 0.29

 M value IS 0.25

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#606688 (or 0x606688) is known color: Waikawa Grey. HEX triplet: 60, 66 and 88. RGB value is (96,102,136). Sum of RGB (Red+Green+Blue) = 96+102+136=334 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.74% from 334); Green value is 102 (40.23% from 255 or 30.54% from 334); Blue value is 136 (53.52% from 255 or 40.72% from 334); Max value from RGB is 136 - color contains mainly: blue. Hex color #606688 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606688 is #9F9977. Grayscale: #676767. Windows color (decimal): -10459512 or 8939104. OLE color: 8939104.

HSL color Cylindrical-coordinate representation of color #606688: hue angle of 231º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #606688 is Cyan = 0.29, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 96 102 136 -
CMYK 0.29 0.25 0 0.47
HSL 231º 0.17% 0.45% -
HSV(B) 231º 0.29% 0.53% -
XYZ 14.02 13.77 25.21 -
YUV 104.08 146.01 122.24 -
System Red Green Blue C M Y K H S L
Decimal 96 102 136 0.29 0.25 0 0.47 231 0.17 0.45
Hex 60 66 88 1D 19 0 2F E7 11 2D
Octal 140 146 210 35 31 0 57 347 21 55
Binary 1100000 1100110 10001000 11101 11001 0 101111 11100111 10001 101101

Color Harmonies of #606688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606688

Black with #606688

Text Example


Text Example

White with #606688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606688; }

 p { color: rgb(96,102,136); }

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

background-color css

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

 a { background-color: rgb(96,102,136); }

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

border-color css

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

 span { border-color: rgb(96,102,136); }

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