Html Css Color HEX #6377A1 Waikawa Grey

📋 copy color: '#6377A1'

red 99 ◦ green 119 ◦ blue 161

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

Shades of Waikawa Grey #6377A1

Tints of Waikawa Grey #6377A1

RGB

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

 GREEN value IS 119 (46.88% from 255) = 31.4%

 BLUE value IS 161 (63.28% from 255) = 42.48%

R = 26.12%
G = 31.4%
B = 42.48%

CMYK

 C value IS 0.39

 M value IS 0.26

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#6377A1 (or 0x6377A1) is known color: Waikawa Grey. HEX triplet: 63, 77 and A1. RGB value is (99,119,161). Sum of RGB (Red+Green+Blue) = 99+119+161=379 (50% of max value = 765). Red value is 99 (39.06% from 255 or 26.12% from 379); Green value is 119 (46.88% from 255 or 31.40% from 379); Blue value is 161 (63.28% from 255 or 42.48% from 379); Max value from RGB is 161 - color contains mainly: blue. Hex color #6377A1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6377A1 is #9C885E. Grayscale: #757575. Windows color (decimal): -10258527 or 10581859. OLE color: 10581859.

HSL color Cylindrical-coordinate representation of color #6377A1: hue angle of 220.65º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6377A1 is Cyan = 0.39, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 99 119 161 -
CMYK 0.39 0.26 0 0.37
HSL 220.65º 0.25% 0.51% -
HSV(B) 220.65º 0.39% 0.63% -
XYZ 18.18 18.42 36.32 -
YUV 117.81 152.37 114.58 -
System Red Green Blue C M Y K H S L
Decimal 99 119 161 0.39 0.26 0 0.37 220.65 0.25 0.51
Hex 63 77 A1 27 1A 0 25 DD 19 33
Octal 143 167 241 47 32 0 45 335 31 63
Binary 1100011 1110111 10100001 100111 11010 0 100101 11011101 11001 110011

Color Harmonies of #6377A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6377A1

Black with #6377A1

Text Example


Text Example

White with #6377A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6377A1; }

 p { color: rgb(99,119,161); }

 H1.HeaderClassName
 {
   color: #6377A1;
 }
 .AnyTagClassName
 {
   color: #6377A1;
 }
</style>

background-color css

<style>
 a { background-color: #6377A1; }

 a { background-color: rgb(99,119,161); }

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

border-color css

<style>
 span { border-color: #6377A1; }

 span { border-color: rgb(99,119,161); }

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