Html Css Color HEX #636B85 Waikawa Grey

📋 copy color: '#636B85'

red 99 ◦ green 107 ◦ blue 133

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

Shades of Waikawa Grey #636B85

Tints of Waikawa Grey #636B85

RGB

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

 GREEN value IS 107 (42.19% from 255) = 31.56%

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

R = 29.2%
G = 31.56%
B = 39.23%

CMYK

 C value IS 0.26

 M value IS 0.20

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#636B85 (or 0x636B85) is known color: Waikawa Grey. HEX triplet: 63, 6B and 85. RGB value is (99,107,133). Sum of RGB (Red+Green+Blue) = 99+107+133=339 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.20% from 339); Green value is 107 (42.19% from 255 or 31.56% from 339); Blue value is 133 (52.34% from 255 or 39.23% from 339); Max value from RGB is 133 - color contains mainly: blue. Hex color #636B85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #636B85 is #9C947A. Grayscale: #6B6B6B. Windows color (decimal): -10261627 or 8743779. OLE color: 8743779.

HSL color Cylindrical-coordinate representation of color #636B85: hue angle of 225.88º 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 #636B85 is Cyan = 0.26, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 99 107 133 -
CMYK 0.26 0.20 0 0.48
HSL 225.88º 0.15% 0.45% -
HSV(B) 225.88º 0.26% 0.52% -
XYZ 14.64 14.86 24.29 -
YUV 107.57 142.35 121.89 -
System Red Green Blue C M Y K H S L
Decimal 99 107 133 0.26 0.20 0 0.48 225.88 0.15 0.45
Hex 63 6B 85 1A 14 0 30 E2 F 2D
Octal 143 153 205 32 24 0 60 342 17 55
Binary 1100011 1101011 10000101 11010 10100 0 110000 11100010 1111 101101

Color Harmonies of #636B85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #636B85

Black with #636B85

Text Example


Text Example

White with #636B85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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