Html Css Color HEX #63759B Waikawa Grey

📋 copy color: '#63759B'

red 99 ◦ green 117 ◦ blue 155

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

Shades of Waikawa Grey #63759B

Tints of Waikawa Grey #63759B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 41.78%

R = 26.68%
G = 31.54%
B = 41.78%

CMYK

 C value IS 0.36

 M value IS 0.25

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#63759B (or 0x63759B) is known color: Waikawa Grey. HEX triplet: 63, 75 and 9B. RGB value is (99,117,155). Sum of RGB (Red+Green+Blue) = 99+117+155=371 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.68% from 371); Green value is 117 (46.09% from 255 or 31.54% from 371); Blue value is 155 (60.94% from 255 or 41.78% from 371); Max value from RGB is 155 - color contains mainly: blue. Hex color #63759B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63759B is #9C8A64. Grayscale: #737373. Windows color (decimal): -10259045 or 10188131. OLE color: 10188131.

HSL color Cylindrical-coordinate representation of color #63759B: hue angle of 220.71º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #63759B is Cyan = 0.36, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 99 117 155 -
CMYK 0.36 0.25 0 0.39
HSL 220.71º 0.22% 0.5% -
HSV(B) 220.71º 0.36% 0.61% -
XYZ 17.42 17.74 33.52 -
YUV 115.95 150.04 115.91 -
System Red Green Blue C M Y K H S L
Decimal 99 117 155 0.36 0.25 0 0.39 220.71 0.22 0.5
Hex 63 75 9B 24 19 0 27 DD 16 32
Octal 143 165 233 44 31 0 47 335 26 62
Binary 1100011 1110101 10011011 100100 11001 0 100111 11011101 10110 110010

Color Harmonies of #63759B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63759B

Black with #63759B

Text Example


Text Example

White with #63759B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63759B; }

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

 H1.HeaderClassName
 {
   color: #63759B;
 }
 .AnyTagClassName
 {
   color: #63759B;
 }
</style>

background-color css

<style>
 a { background-color: #63759B; }

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

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

border-color css

<style>
 span { border-color: #63759B; }

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

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