Html Css Color HEX #6179A3 Waikawa Grey

📋 copy color: '#6179A3'

red 97 ◦ green 121 ◦ blue 163

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

Shades of Waikawa Grey #6179A3

Tints of Waikawa Grey #6179A3

RGB

 RED value IS 97 (38.28% from 255) = 25.46%

 GREEN value IS 121 (47.66% from 255) = 31.76%

 BLUE value IS 163 (64.06% from 255) = 42.78%

R = 25.46%
G = 31.76%
B = 42.78%

CMYK

 C value IS 0.40

 M value IS 0.26

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#6179A3 (or 0x6179A3) is known color: Waikawa Grey. HEX triplet: 61, 79 and A3. RGB value is (97,121,163). Sum of RGB (Red+Green+Blue) = 97+121+163=381 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.46% from 381); Green value is 121 (47.66% from 255 or 31.76% from 381); Blue value is 163 (64.06% from 255 or 42.78% from 381); Max value from RGB is 163 - color contains mainly: blue. Hex color #6179A3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6179A3 is #9E865C. Grayscale: #767676. Windows color (decimal): -10389085 or 10713441. OLE color: 10713441.

HSL color Cylindrical-coordinate representation of color #6179A3: hue angle of 218.18º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6179A3 is Cyan = 0.40, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 97 121 163 -
CMYK 0.40 0.26 0 0.36
HSL 218.18º 0.26% 0.51% -
HSV(B) 218.18º 0.4% 0.64% -
XYZ 18.38 18.86 37.32 -
YUV 118.61 153.05 112.58 -
System Red Green Blue C M Y K H S L
Decimal 97 121 163 0.40 0.26 0 0.36 218.18 0.26 0.51
Hex 61 79 A3 28 1A 0 24 DA 1A 33
Octal 141 171 243 50 32 0 44 332 32 63
Binary 1100001 1111001 10100011 101000 11010 0 100100 11011010 11010 110011

Color Harmonies of #6179A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6179A3

Black with #6179A3

Text Example


Text Example

White with #6179A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6179A3; }

 p { color: rgb(97,121,163); }

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

background-color css

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

 a { background-color: rgb(97,121,163); }

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

border-color css

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

 span { border-color: rgb(97,121,163); }

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