Html Css Color HEX #63708B Waikawa Grey

📋 copy color: '#63708B'

red 99 ◦ green 112 ◦ blue 139

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

Shades of Waikawa Grey #63708B

Tints of Waikawa Grey #63708B

RGB

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

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

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

R = 28.29%
G = 32%
B = 39.71%

CMYK

 C value IS 0.29

 M value IS 0.19

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#63708B (or 0x63708B) is known color: Waikawa Grey. HEX triplet: 63, 70 and 8B. RGB value is (99,112,139). Sum of RGB (Red+Green+Blue) = 99+112+139=350 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.29% from 350); Green value is 112 (44.14% from 255 or 32% from 350); Blue value is 139 (54.69% from 255 or 39.71% from 350); Max value from RGB is 139 - color contains mainly: blue. Hex color #63708B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63708B is #9C8F74. Grayscale: #6F6F6F. Windows color (decimal): -10260341 or 9138275. OLE color: 9138275.

HSL color Cylindrical-coordinate representation of color #63708B: hue angle of 220.5º 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 #63708B is Cyan = 0.29, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 99 112 139 -
CMYK 0.29 0.19 0 0.45
HSL 220.5º 0.17% 0.47% -
HSV(B) 220.5º 0.29% 0.55% -
XYZ 15.6 16.11 26.71 -
YUV 111.19 143.69 119.3 -
System Red Green Blue C M Y K H S L
Decimal 99 112 139 0.29 0.19 0 0.45 220.5 0.17 0.47
Hex 63 70 8B 1D 13 0 2D DC 11 2F
Octal 143 160 213 35 23 0 55 334 21 57
Binary 1100011 1110000 10001011 11101 10011 0 101101 11011100 10001 101111

Color Harmonies of #63708B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63708B

Black with #63708B

Text Example


Text Example

White with #63708B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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