Html Css Color HEX #63678E Waikawa Grey

📋 copy color: '#63678E'

red 99 ◦ green 103 ◦ blue 142

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

Shades of Waikawa Grey #63678E

Tints of Waikawa Grey #63678E

RGB

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

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

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

R = 28.78%
G = 29.94%
B = 41.28%

CMYK

 C value IS 0.30

 M value IS 0.27

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#63678E (or 0x63678E) is known color: Waikawa Grey. HEX triplet: 63, 67 and 8E. RGB value is (99,103,142). Sum of RGB (Red+Green+Blue) = 99+103+142=344 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.78% from 344); Green value is 103 (40.62% from 255 or 29.94% from 344); Blue value is 142 (55.86% from 255 or 41.28% from 344); Max value from RGB is 142 - color contains mainly: blue. Hex color #63678E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63678E is #9C9871. Grayscale: #6A6A6A. Windows color (decimal): -10262642 or 9332579. OLE color: 9332579.

HSL color Cylindrical-coordinate representation of color #63678E: hue angle of 234.42º 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 #63678E is Cyan = 0.30, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 99 103 142 -
CMYK 0.30 0.27 0 0.44
HSL 234.42º 0.18% 0.47% -
HSV(B) 234.42º 0.3% 0.56% -
XYZ 14.88 14.31 27.57 -
YUV 106.25 148.17 122.83 -
System Red Green Blue C M Y K H S L
Decimal 99 103 142 0.30 0.27 0 0.44 234.42 0.18 0.47
Hex 63 67 8E 1E 1B 0 2C EA 12 2F
Octal 143 147 216 36 33 0 54 352 22 57
Binary 1100011 1100111 10001110 11110 11011 0 101100 11101010 10010 101111

Color Harmonies of #63678E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63678E

Black with #63678E

Text Example


Text Example

White with #63678E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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