Html Css Color HEX #606CA0 Waikawa Grey

📋 copy color: '#606CA0'

red 96 ◦ green 108 ◦ blue 160

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

Shades of Waikawa Grey #606CA0

Tints of Waikawa Grey #606CA0

RGB

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

 GREEN value IS 108 (42.58% from 255) = 29.67%

 BLUE value IS 160 (62.89% from 255) = 43.96%

R = 26.37%
G = 29.67%
B = 43.96%

CMYK

 C value IS 0.4

 M value IS 0.32

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#606CA0 (or 0x606CA0) is known color: Waikawa Grey. HEX triplet: 60, 6C and A0. RGB value is (96,108,160). Sum of RGB (Red+Green+Blue) = 96+108+160=364 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.37% from 364); Green value is 108 (42.58% from 255 or 29.67% from 364); Blue value is 160 (62.89% from 255 or 43.96% from 364); Max value from RGB is 160 - color contains mainly: blue. Hex color #606CA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606CA0 is #9F935F. Grayscale: #6E6E6E. Windows color (decimal): -10457952 or 10513504. OLE color: 10513504.

HSL color Cylindrical-coordinate representation of color #606CA0: hue angle of 228.75º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #606CA0 is Cyan = 0.4, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 96 108 160 -
CMYK 0.4 0.32 0 0.37
HSL 228.75º 0.25% 0.5% -
HSV(B) 228.75º 0.4% 0.63% -
XYZ 16.53 15.75 35.43 -
YUV 110.34 156.02 117.77 -
System Red Green Blue C M Y K H S L
Decimal 96 108 160 0.4 0.32 0 0.37 228.75 0.25 0.5
Hex 60 6C A0 28 20 0 25 E5 19 32
Octal 140 154 240 50 40 0 45 345 31 62
Binary 1100000 1101100 10100000 101000 100000 0 100101 11100101 11001 110010

Color Harmonies of #606CA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606CA0

Black with #606CA0

Text Example


Text Example

White with #606CA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,108,160); }

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

background-color css

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

 a { background-color: rgb(96,108,160); }

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

border-color css

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

 span { border-color: rgb(96,108,160); }

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