Html Css Color HEX #63668E Waikawa Grey

📋 copy color: '#63668E'

red 99 ◦ green 102 ◦ blue 142

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

Shades of Waikawa Grey #63668E

Tints of Waikawa Grey #63668E

RGB

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

 GREEN value IS 102 (40.23% from 255) = 29.74%

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

R = 28.86%
G = 29.74%
B = 41.4%

CMYK

 C value IS 0.30

 M value IS 0.28

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#63668E (or 0x63668E) is known color: Waikawa Grey. HEX triplet: 63, 66 and 8E. RGB value is (99,102,142). Sum of RGB (Red+Green+Blue) = 99+102+142=343 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.86% from 343); Green value is 102 (40.23% from 255 or 29.74% from 343); Blue value is 142 (55.86% from 255 or 41.40% from 343); Max value from RGB is 142 - color contains mainly: blue. Hex color #63668E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63668E is #9C9971. Grayscale: #696969. Windows color (decimal): -10262898 or 9332323. OLE color: 9332323.

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

Color convert

RGB 99 102 142 -
CMYK 0.30 0.28 0 0.44
HSL 235.81º 0.18% 0.47% -
HSV(B) 235.81º 0.3% 0.56% -
XYZ 14.78 14.11 27.54 -
YUV 105.66 148.51 123.25 -
System Red Green Blue C M Y K H S L
Decimal 99 102 142 0.30 0.28 0 0.44 235.81 0.18 0.47
Hex 63 66 8E 1E 1C 0 2C EC 12 2F
Octal 143 146 216 36 34 0 54 354 22 57
Binary 1100011 1100110 10001110 11110 11100 0 101100 11101100 10010 101111

Color Harmonies of #63668E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63668E

Black with #63668E

Text Example


Text Example

White with #63668E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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