Html Css Color HEX #638588 Gothic

📋 copy color: '#638588'

red 99 ◦ green 133 ◦ blue 136

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

Shades of Gothic #638588

Tints of Gothic #638588

RGB

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

 GREEN value IS 133 (52.34% from 255) = 36.14%

 BLUE value IS 136 (53.52% from 255) = 36.96%

R = 26.9%
G = 36.14%
B = 36.96%

CMYK

 C value IS 0.27

 M value IS 0.02

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#638588 (or 0x638588) is known color: Gothic. HEX triplet: 63, 85 and 88. RGB value is (99,133,136). Sum of RGB (Red+Green+Blue) = 99+133+136=368 (48% of max value = 765). Red value is 99 (39.06% from 255 or 26.90% from 368); Green value is 133 (52.34% from 255 or 36.14% from 368); Blue value is 136 (53.52% from 255 or 36.96% from 368); Max value from RGB is 136 - color contains mainly: blue. Hex color #638588 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638588 is #9C7A77. Grayscale: #7B7B7B. Windows color (decimal): -10254968 or 8947043. OLE color: 8947043.

HSL color Cylindrical-coordinate representation of color #638588: hue angle of 184.86º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #638588 is Cyan = 0.27, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 99 133 136 -
CMYK 0.27 0.02 0 0.47
HSL 184.86º 0.16% 0.46% -
HSV(B) 184.86º 0.27% 0.53% -
XYZ 17.98 21.21 26.44 -
YUV 123.18 135.24 110.76 -
System Red Green Blue C M Y K H S L
Decimal 99 133 136 0.27 0.02 0 0.47 184.86 0.16 0.46
Hex 63 85 88 1B 2 0 2F B9 10 2E
Octal 143 205 210 33 2 0 57 271 20 56
Binary 1100011 10000101 10001000 11011 10 0 101111 10111001 10000 101110

Color Harmonies of #638588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638588

Black with #638588

Text Example


Text Example

White with #638588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638588; }

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

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

background-color css

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

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

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

border-color css

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

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

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