Html Css Color HEX #636A8D Waikawa Grey

📋 copy color: '#636A8D'

red 99 ◦ green 106 ◦ blue 141

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

Shades of Waikawa Grey #636A8D

Tints of Waikawa Grey #636A8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 40.75%

R = 28.61%
G = 30.64%
B = 40.75%

CMYK

 C value IS 0.30

 M value IS 0.25

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#636A8D (or 0x636A8D) is known color: Waikawa Grey. HEX triplet: 63, 6A and 8D. RGB value is (99,106,141). Sum of RGB (Red+Green+Blue) = 99+106+141=346 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.61% from 346); Green value is 106 (41.80% from 255 or 30.64% from 346); Blue value is 141 (55.47% from 255 or 40.75% from 346); Max value from RGB is 141 - color contains mainly: blue. Hex color #636A8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #636A8D is #9C9572. Grayscale: #6B6B6B. Windows color (decimal): -10261875 or 9267811. OLE color: 9267811.

HSL color Cylindrical-coordinate representation of color #636A8D: hue angle of 230º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #636A8D is Cyan = 0.30, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 99 106 141 -
CMYK 0.30 0.25 0 0.45
HSL 230º 0.18% 0.47% -
HSV(B) 230º 0.3% 0.55% -
XYZ 15.11 14.88 27.28 -
YUV 107.9 146.68 121.65 -
System Red Green Blue C M Y K H S L
Decimal 99 106 141 0.30 0.25 0 0.45 230 0.18 0.47
Hex 63 6A 8D 1E 19 0 2D E6 12 2F
Octal 143 152 215 36 31 0 55 346 22 57
Binary 1100011 1101010 10001101 11110 11001 0 101101 11100110 10010 101111

Color Harmonies of #636A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #636A8D

Black with #636A8D

Text Example


Text Example

White with #636A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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