Html Css Color HEX #6479A3 Waikawa Grey

📋 copy color: '#6479A3'

red 100 ◦ green 121 ◦ blue 163

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

Shades of Waikawa Grey #6479A3

Tints of Waikawa Grey #6479A3

RGB

 RED value IS 100 (39.45% from 255) = 26.04%

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

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

R = 26.04%
G = 31.51%
B = 42.45%

CMYK

 C value IS 0.39

 M value IS 0.26

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#6479A3 (or 0x6479A3) is known color: Waikawa Grey. HEX triplet: 64, 79 and A3. RGB value is (100,121,163). Sum of RGB (Red+Green+Blue) = 100+121+163=384 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.04% from 384); Green value is 121 (47.66% from 255 or 31.51% from 384); Blue value is 163 (64.06% from 255 or 42.45% from 384); Max value from RGB is 163 - color contains mainly: blue. Hex color #6479A3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6479A3 is #9B865C. Grayscale: #777777. Windows color (decimal): -10192477 or 10713444. OLE color: 10713444.

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

Color convert

RGB 100 121 163 -
CMYK 0.39 0.26 0 0.36
HSL 220º 0.26% 0.52% -
HSV(B) 220º 0.39% 0.64% -
XYZ 18.7 19.03 37.34 -
YUV 119.51 152.54 114.08 -
System Red Green Blue C M Y K H S L
Decimal 100 121 163 0.39 0.26 0 0.36 220 0.26 0.52
Hex 64 79 A3 27 1A 0 24 DC 1A 34
Octal 144 171 243 47 32 0 44 334 32 64
Binary 1100100 1111001 10100011 100111 11010 0 100100 11011100 11010 110100

Color Harmonies of #6479A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6479A3

Black with #6479A3

Text Example


Text Example

White with #6479A3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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