Html Css Color HEX #636A96 Waikawa Grey

📋 copy color: '#636A96'

red 99 ◦ green 106 ◦ blue 150

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

Shades of Waikawa Grey #636A96

Tints of Waikawa Grey #636A96

RGB

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

 GREEN value IS 106 (41.8% from 255) = 29.86%

 BLUE value IS 150 (58.98% from 255) = 42.25%

R = 27.89%
G = 29.86%
B = 42.25%

CMYK

 C value IS 0.34

 M value IS 0.29

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#636A96 (or 0x636A96) is known color: Waikawa Grey. HEX triplet: 63, 6A and 96. RGB value is (99,106,150). Sum of RGB (Red+Green+Blue) = 99+106+150=355 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.89% from 355); Green value is 106 (41.80% from 255 or 29.86% from 355); Blue value is 150 (58.98% from 255 or 42.25% from 355); Max value from RGB is 150 - color contains mainly: blue. Hex color #636A96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #636A96 is #9C9569. Grayscale: #6C6C6C. Windows color (decimal): -10261866 or 9857635. OLE color: 9857635.

HSL color Cylindrical-coordinate representation of color #636A96: hue angle of 231.76º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #636A96 is Cyan = 0.34, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 99 106 150 -
CMYK 0.34 0.29 0 0.41
HSL 231.76º 0.2% 0.49% -
HSV(B) 231.76º 0.34% 0.59% -
XYZ 15.8 15.16 30.95 -
YUV 108.92 151.18 120.92 -
System Red Green Blue C M Y K H S L
Decimal 99 106 150 0.34 0.29 0 0.41 231.76 0.2 0.49
Hex 63 6A 96 22 1D 0 29 E8 14 31
Octal 143 152 226 42 35 0 51 350 24 61
Binary 1100011 1101010 10010110 100010 11101 0 101001 11101000 10100 110001

Color Harmonies of #636A96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #636A96

Black with #636A96

Text Example


Text Example

White with #636A96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,106,150); }

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

background-color css

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

 a { background-color: rgb(99,106,150); }

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

border-color css

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

 span { border-color: rgb(99,106,150); }

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