Html Css Color HEX #63678D Waikawa Grey

📋 copy color: '#63678D'

red 99 ◦ green 103 ◦ blue 141

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

Shades of Waikawa Grey #63678D

Tints of Waikawa Grey #63678D

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.03%

 BLUE value IS 141 (55.47% from 255) = 41.11%

R = 28.86%
G = 30.03%
B = 41.11%

CMYK

 C value IS 0.30

 M value IS 0.27

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#63678D (or 0x63678D) is known color: Waikawa Grey. HEX triplet: 63, 67 and 8D. RGB value is (99,103,141). Sum of RGB (Red+Green+Blue) = 99+103+141=343 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.86% from 343); Green value is 103 (40.62% from 255 or 30.03% from 343); Blue value is 141 (55.47% from 255 or 41.11% from 343); Max value from RGB is 141 - color contains mainly: blue. Hex color #63678D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63678D is #9C9872. Grayscale: #696969. Windows color (decimal): -10262643 or 9267043. OLE color: 9267043.

HSL color Cylindrical-coordinate representation of color #63678D: hue angle of 234.29º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #63678D is Cyan = 0.30, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 99 103 141 -
CMYK 0.30 0.27 0 0.45
HSL 234.29º 0.18% 0.47% -
HSV(B) 234.29º 0.3% 0.55% -
XYZ 14.8 14.28 27.17 -
YUV 106.14 147.67 122.91 -
System Red Green Blue C M Y K H S L
Decimal 99 103 141 0.30 0.27 0 0.45 234.29 0.18 0.47
Hex 63 67 8D 1E 1B 0 2D EA 12 2F
Octal 143 147 215 36 33 0 55 352 22 57
Binary 1100011 1100111 10001101 11110 11011 0 101101 11101010 10010 101111

Color Harmonies of #63678D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63678D

Black with #63678D

Text Example


Text Example

White with #63678D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63678D; }

 p { color: rgb(99,103,141); }

 H1.HeaderClassName
 {
   color: #63678D;
 }
 .AnyTagClassName
 {
   color: #63678D;
 }
</style>

background-color css

<style>
 a { background-color: #63678D; }

 a { background-color: rgb(99,103,141); }

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

border-color css

<style>
 span { border-color: #63678D; }

 span { border-color: rgb(99,103,141); }

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