Html Css Color HEX #6375A3 Waikawa Grey

📋 copy color: '#6375A3'

red 99 ◦ green 117 ◦ blue 163

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

Shades of Waikawa Grey #6375A3

Tints of Waikawa Grey #6375A3

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30.87%

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

R = 26.12%
G = 30.87%
B = 43.01%

CMYK

 C value IS 0.39

 M value IS 0.28

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#6375A3 (or 0x6375A3) is known color: Waikawa Grey. HEX triplet: 63, 75 and A3. RGB value is (99,117,163). Sum of RGB (Red+Green+Blue) = 99+117+163=379 (50% of max value = 765). Red value is 99 (39.06% from 255 or 26.12% from 379); Green value is 117 (46.09% from 255 or 30.87% from 379); Blue value is 163 (64.06% from 255 or 43.01% from 379); Max value from RGB is 163 - color contains mainly: blue. Hex color #6375A3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6375A3 is #9C8A5C. Grayscale: #747474. Windows color (decimal): -10259037 or 10712419. OLE color: 10712419.

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

Color convert

RGB 99 117 163 -
CMYK 0.39 0.28 0 0.36
HSL 223.13º 0.26% 0.51% -
HSV(B) 223.13º 0.39% 0.64% -
XYZ 18.12 18.02 37.17 -
YUV 116.86 154.04 115.26 -
System Red Green Blue C M Y K H S L
Decimal 99 117 163 0.39 0.28 0 0.36 223.13 0.26 0.51
Hex 63 75 A3 27 1C 0 24 DF 1A 33
Octal 143 165 243 47 34 0 44 337 32 63
Binary 1100011 1110101 10100011 100111 11100 0 100100 11011111 11010 110011

Color Harmonies of #6375A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6375A3

Black with #6375A3

Text Example


Text Example

White with #6375A3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,117,163); }

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

background-color css

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

 a { background-color: rgb(99,117,163); }

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

border-color css

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

 span { border-color: rgb(99,117,163); }

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