Html Css Color HEX #606A88 Waikawa Grey

📋 copy color: '#606A88'

red 96 ◦ green 106 ◦ blue 136

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

Shades of Waikawa Grey #606A88

Tints of Waikawa Grey #606A88

RGB

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

 GREEN value IS 106 (41.8% from 255) = 31.36%

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

R = 28.4%
G = 31.36%
B = 40.24%

CMYK

 C value IS 0.29

 M value IS 0.22

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#606A88 (or 0x606A88) is known color: Waikawa Grey. HEX triplet: 60, 6A and 88. RGB value is (96,106,136). Sum of RGB (Red+Green+Blue) = 96+106+136=338 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.40% from 338); Green value is 106 (41.80% from 255 or 31.36% from 338); Blue value is 136 (53.52% from 255 or 40.24% from 338); Max value from RGB is 136 - color contains mainly: blue. Hex color #606A88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606A88 is #9F9577. Grayscale: #6A6A6A. Windows color (decimal): -10458488 or 8940128. OLE color: 8940128.

HSL color Cylindrical-coordinate representation of color #606A88: hue angle of 225º 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 #606A88 is Cyan = 0.29, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 96 106 136 -
CMYK 0.29 0.22 0 0.47
HSL 225º 0.17% 0.45% -
HSV(B) 225º 0.29% 0.53% -
XYZ 14.42 14.57 25.35 -
YUV 106.43 144.69 120.56 -
System Red Green Blue C M Y K H S L
Decimal 96 106 136 0.29 0.22 0 0.47 225 0.17 0.45
Hex 60 6A 88 1D 16 0 2F E1 11 2D
Octal 140 152 210 35 26 0 57 341 21 55
Binary 1100000 1101010 10001000 11101 10110 0 101111 11100001 10001 101101

Color Harmonies of #606A88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606A88

Black with #606A88

Text Example


Text Example

White with #606A88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606A88; }

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

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

background-color css

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

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

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

border-color css

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

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

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