Html Css Color HEX #636A8B Waikawa Grey

📋 copy color: '#636A8B'

red 99 ◦ green 106 ◦ blue 139

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

Shades of Waikawa Grey #636A8B

Tints of Waikawa Grey #636A8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 40.41%

R = 28.78%
G = 30.81%
B = 40.41%

CMYK

 C value IS 0.29

 M value IS 0.24

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#636A8B (or 0x636A8B) is known color: Waikawa Grey. HEX triplet: 63, 6A and 8B. RGB value is (99,106,139). Sum of RGB (Red+Green+Blue) = 99+106+139=344 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.78% from 344); Green value is 106 (41.80% from 255 or 30.81% from 344); Blue value is 139 (54.69% from 255 or 40.41% from 344); Max value from RGB is 139 - color contains mainly: blue. Hex color #636A8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #636A8B is #9C9574. Grayscale: #6B6B6B. Windows color (decimal): -10261877 or 9136739. OLE color: 9136739.

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

Color convert

RGB 99 106 139 -
CMYK 0.29 0.24 0 0.45
HSL 229.5º 0.17% 0.47% -
HSV(B) 229.5º 0.29% 0.55% -
XYZ 14.96 14.82 26.5 -
YUV 107.67 145.68 121.82 -
System Red Green Blue C M Y K H S L
Decimal 99 106 139 0.29 0.24 0 0.45 229.5 0.17 0.47
Hex 63 6A 8B 1D 18 0 2D E6 11 2F
Octal 143 152 213 35 30 0 55 346 21 57
Binary 1100011 1101010 10001011 11101 11000 0 101101 11100110 10001 101111

Color Harmonies of #636A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #636A8B

Black with #636A8B

Text Example


Text Example

White with #636A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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