Html Css Color HEX #636C85 Waikawa Grey

📋 copy color: '#636C85'

red 99 ◦ green 108 ◦ blue 133

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

Shades of Waikawa Grey #636C85

Tints of Waikawa Grey #636C85

RGB

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

 GREEN value IS 108 (42.58% from 255) = 31.76%

 BLUE value IS 133 (52.34% from 255) = 39.12%

R = 29.12%
G = 31.76%
B = 39.12%

CMYK

 C value IS 0.26

 M value IS 0.19

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#636C85 (or 0x636C85) is known color: Waikawa Grey. HEX triplet: 63, 6C and 85. RGB value is (99,108,133). Sum of RGB (Red+Green+Blue) = 99+108+133=340 (45% of max value = 765). Red value is 99 (39.06% from 255 or 29.12% from 340); Green value is 108 (42.58% from 255 or 31.76% from 340); Blue value is 133 (52.34% from 255 or 39.12% from 340); Max value from RGB is 133 - color contains mainly: blue. Hex color #636C85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #636C85 is #9C937A. Grayscale: #6C6C6C. Windows color (decimal): -10261371 or 8744035. OLE color: 8744035.

HSL color Cylindrical-coordinate representation of color #636C85: hue angle of 224.12º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #636C85 is Cyan = 0.26, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 99 108 133 -
CMYK 0.26 0.19 0 0.48
HSL 224.12º 0.15% 0.45% -
HSV(B) 224.12º 0.26% 0.52% -
XYZ 14.74 15.07 24.32 -
YUV 108.16 142.02 121.47 -
System Red Green Blue C M Y K H S L
Decimal 99 108 133 0.26 0.19 0 0.48 224.12 0.15 0.45
Hex 63 6C 85 1A 13 0 30 E0 F 2D
Octal 143 154 205 32 23 0 60 340 17 55
Binary 1100011 1101100 10000101 11010 10011 0 110000 11100000 1111 101101

Color Harmonies of #636C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #636C85

Black with #636C85

Text Example


Text Example

White with #636C85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #636C85; }

 p { color: rgb(99,108,133); }

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

background-color css

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

 a { background-color: rgb(99,108,133); }

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

border-color css

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

 span { border-color: rgb(99,108,133); }

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