Html Css Color HEX #63698E Waikawa Grey

📋 copy color: '#63698E'

red 99 ◦ green 105 ◦ blue 142

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

Shades of Waikawa Grey #63698E

Tints of Waikawa Grey #63698E

RGB

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

 GREEN value IS 105 (41.41% from 255) = 30.35%

 BLUE value IS 142 (55.86% from 255) = 41.04%

R = 28.61%
G = 30.35%
B = 41.04%

CMYK

 C value IS 0.30

 M value IS 0.26

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#63698E (or 0x63698E) is known color: Waikawa Grey. HEX triplet: 63, 69 and 8E. RGB value is (99,105,142). Sum of RGB (Red+Green+Blue) = 99+105+142=346 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.61% from 346); Green value is 105 (41.41% from 255 or 30.35% from 346); Blue value is 142 (55.86% from 255 or 41.04% from 346); Max value from RGB is 142 - color contains mainly: blue. Hex color #63698E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63698E is #9C9671. Grayscale: #6B6B6B. Windows color (decimal): -10262130 or 9333091. OLE color: 9333091.

HSL color Cylindrical-coordinate representation of color #63698E: hue angle of 231.63º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #63698E is Cyan = 0.30, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 99 105 142 -
CMYK 0.30 0.26 0 0.44
HSL 231.63º 0.18% 0.47% -
HSV(B) 231.63º 0.3% 0.56% -
XYZ 15.08 14.71 27.64 -
YUV 107.42 147.51 121.99 -
System Red Green Blue C M Y K H S L
Decimal 99 105 142 0.30 0.26 0 0.44 231.63 0.18 0.47
Hex 63 69 8E 1E 1A 0 2C E8 12 2F
Octal 143 151 216 36 32 0 54 350 22 57
Binary 1100011 1101001 10001110 11110 11010 0 101100 11101000 10010 101111

Color Harmonies of #63698E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63698E

Black with #63698E

Text Example


Text Example

White with #63698E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63698E; }

 p { color: rgb(99,105,142); }

 H1.HeaderClassName
 {
   color: #63698E;
 }
 .AnyTagClassName
 {
   color: #63698E;
 }
</style>

background-color css

<style>
 a { background-color: #63698E; }

 a { background-color: rgb(99,105,142); }

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

border-color css

<style>
 span { border-color: #63698E; }

 span { border-color: rgb(99,105,142); }

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