Html Css Color HEX #636690 Waikawa Grey

📋 copy color: '#636690'

red 99 ◦ green 102 ◦ blue 144

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

Shades of Waikawa Grey #636690

Tints of Waikawa Grey #636690

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 41.74%

R = 28.7%
G = 29.57%
B = 41.74%

CMYK

 C value IS 0.31

 M value IS 0.29

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#636690 (or 0x636690) is known color: Waikawa Grey. HEX triplet: 63, 66 and 90. RGB value is (99,102,144). Sum of RGB (Red+Green+Blue) = 99+102+144=345 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.70% from 345); Green value is 102 (40.23% from 255 or 29.57% from 345); Blue value is 144 (56.64% from 255 or 41.74% from 345); Max value from RGB is 144 - color contains mainly: blue. Hex color #636690 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #636690 is #9C996F. Grayscale: #696969. Windows color (decimal): -10262896 or 9463395. OLE color: 9463395.

HSL color Cylindrical-coordinate representation of color #636690: hue angle of 236º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #636690 is Cyan = 0.31, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 99 102 144 -
CMYK 0.31 0.29 0 0.44
HSL 236º 0.19% 0.48% -
HSV(B) 236º 0.31% 0.56% -
XYZ 14.93 14.17 28.33 -
YUV 105.89 149.51 123.08 -
System Red Green Blue C M Y K H S L
Decimal 99 102 144 0.31 0.29 0 0.44 236 0.19 0.48
Hex 63 66 90 1F 1D 0 2C EC 13 30
Octal 143 146 220 37 35 0 54 354 23 60
Binary 1100011 1100110 10010000 11111 11101 0 101100 11101100 10011 110000

Color Harmonies of #636690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #636690

Black with #636690

Text Example


Text Example

White with #636690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #636690; }

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

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

background-color css

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

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

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

border-color css

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

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

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