Html Css Color HEX #63758B Waikawa Grey

📋 copy color: '#63758B'

red 99 ◦ green 117 ◦ blue 139

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

Shades of Waikawa Grey #63758B

Tints of Waikawa Grey #63758B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 39.15%

R = 27.89%
G = 32.96%
B = 39.15%

CMYK

 C value IS 0.29

 M value IS 0.16

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#63758B (or 0x63758B) is known color: Waikawa Grey. HEX triplet: 63, 75 and 8B. RGB value is (99,117,139). Sum of RGB (Red+Green+Blue) = 99+117+139=355 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.89% from 355); Green value is 117 (46.09% from 255 or 32.96% from 355); Blue value is 139 (54.69% from 255 or 39.15% from 355); Max value from RGB is 139 - color contains mainly: blue. Hex color #63758B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63758B is #9C8A74. Grayscale: #727272. Windows color (decimal): -10259061 or 9139555. OLE color: 9139555.

HSL color Cylindrical-coordinate representation of color #63758B: hue angle of 213º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #63758B is Cyan = 0.29, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 99 117 139 -
CMYK 0.29 0.16 0 0.45
HSL 213º 0.17% 0.47% -
HSV(B) 213º 0.29% 0.55% -
XYZ 16.17 17.24 26.9 -
YUV 114.13 142.04 117.21 -
System Red Green Blue C M Y K H S L
Decimal 99 117 139 0.29 0.16 0 0.45 213 0.17 0.47
Hex 63 75 8B 1D 10 0 2D D5 11 2F
Octal 143 165 213 35 20 0 55 325 21 57
Binary 1100011 1110101 10001011 11101 10000 0 101101 11010101 10001 101111

Color Harmonies of #63758B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63758B

Black with #63758B

Text Example


Text Example

White with #63758B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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