Html Css Color HEX #6379A4 Waikawa Grey

📋 copy color: '#6379A4'

red 99 ◦ green 121 ◦ blue 164

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

Shades of Waikawa Grey #6379A4

Tints of Waikawa Grey #6379A4

RGB

 RED value IS 99 (39.06% from 255) = 25.78%

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

 BLUE value IS 164 (64.45% from 255) = 42.71%

R = 25.78%
G = 31.51%
B = 42.71%

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

#6379A4 (or 0x6379A4) is known color: Waikawa Grey. HEX triplet: 63, 79 and A4. RGB value is (99,121,164). Sum of RGB (Red+Green+Blue) = 99+121+164=384 (50% of max value = 765). Red value is 99 (39.06% from 255 or 25.78% from 384); Green value is 121 (47.66% from 255 or 31.51% from 384); Blue value is 164 (64.45% from 255 or 42.71% from 384); Max value from RGB is 164 - color contains mainly: blue. Hex color #6379A4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6379A4 is #9C865B. Grayscale: #777777. Windows color (decimal): -10258012 or 10778979. OLE color: 10778979.

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

Color convert

RGB 99 121 164 -
CMYK 0.40 0.26 0 0.36
HSL 219.69º 0.26% 0.52% -
HSV(B) 219.69º 0.4% 0.64% -
XYZ 18.68 19.01 37.81 -
YUV 119.32 153.21 113.5 -
System Red Green Blue C M Y K H S L
Decimal 99 121 164 0.40 0.26 0 0.36 219.69 0.26 0.52
Hex 63 79 A4 28 1A 0 24 DC 1A 34
Octal 143 171 244 50 32 0 44 334 32 64
Binary 1100011 1111001 10100100 101000 11010 0 100100 11011100 11010 110100

Color Harmonies of #6379A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6379A4

Black with #6379A4

Text Example


Text Example

White with #6379A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6379A4; }

 p { color: rgb(99,121,164); }

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

background-color css

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

 a { background-color: rgb(99,121,164); }

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

border-color css

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

 span { border-color: rgb(99,121,164); }

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