Html Css Color HEX #63709A Waikawa Grey

📋 copy color: '#63709A'

red 99 ◦ green 112 ◦ blue 154

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

Shades of Waikawa Grey #63709A

Tints of Waikawa Grey #63709A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 30.68%

 BLUE value IS 154 (60.55% from 255) = 42.19%

R = 27.12%
G = 30.68%
B = 42.19%

CMYK

 C value IS 0.36

 M value IS 0.27

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#63709A (or 0x63709A) is known color: Waikawa Grey. HEX triplet: 63, 70 and 9A. RGB value is (99,112,154). Sum of RGB (Red+Green+Blue) = 99+112+154=365 (48% of max value = 765). Red value is 99 (39.06% from 255 or 27.12% from 365); Green value is 112 (44.14% from 255 or 30.68% from 365); Blue value is 154 (60.55% from 255 or 42.19% from 365); Max value from RGB is 154 - color contains mainly: blue. Hex color #63709A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63709A is #9C8F65. Grayscale: #707070. Windows color (decimal): -10260326 or 10121315. OLE color: 10121315.

HSL color Cylindrical-coordinate representation of color #63709A: hue angle of 225.82º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #63709A is Cyan = 0.36, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 99 112 154 -
CMYK 0.36 0.27 0 0.40
HSL 225.82º 0.22% 0.5% -
HSV(B) 225.82º 0.36% 0.6% -
XYZ 16.77 16.57 32.89 -
YUV 112.9 151.19 118.08 -
System Red Green Blue C M Y K H S L
Decimal 99 112 154 0.36 0.27 0 0.40 225.82 0.22 0.5
Hex 63 70 9A 24 1B 0 28 E2 16 32
Octal 143 160 232 44 33 0 50 342 26 62
Binary 1100011 1110000 10011010 100100 11011 0 101000 11100010 10110 110010

Color Harmonies of #63709A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63709A

Black with #63709A

Text Example


Text Example

White with #63709A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63709A; }

 p { color: rgb(99,112,154); }

 H1.HeaderClassName
 {
   color: #63709A;
 }
 .AnyTagClassName
 {
   color: #63709A;
 }
</style>

background-color css

<style>
 a { background-color: #63709A; }

 a { background-color: rgb(99,112,154); }

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

border-color css

<style>
 span { border-color: #63709A; }

 span { border-color: rgb(99,112,154); }

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