Html Css Color HEX #638388 Gothic

📋 copy color: '#638388'

red 99 ◦ green 131 ◦ blue 136

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

Shades of Gothic #638388

Tints of Gothic #638388

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.79%

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

R = 27.05%
G = 35.79%
B = 37.16%

CMYK

 C value IS 0.27

 M value IS 0.04

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#638388 (or 0x638388) is known color: Gothic. HEX triplet: 63, 83 and 88. RGB value is (99,131,136). Sum of RGB (Red+Green+Blue) = 99+131+136=366 (48% of max value = 765). Red value is 99 (39.06% from 255 or 27.05% from 366); Green value is 131 (51.56% from 255 or 35.79% from 366); Blue value is 136 (53.52% from 255 or 37.16% from 366); Max value from RGB is 136 - color contains mainly: blue. Hex color #638388 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638388 is #9C7C77. Grayscale: #797979. Windows color (decimal): -10255480 or 8946531. OLE color: 8946531.

HSL color Cylindrical-coordinate representation of color #638388: hue angle of 188.11º 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 #638388 is Cyan = 0.27, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 99 131 136 -
CMYK 0.27 0.04 0 0.47
HSL 188.11º 0.16% 0.46% -
HSV(B) 188.11º 0.27% 0.53% -
XYZ 17.71 20.66 26.35 -
YUV 122 135.9 111.59 -
System Red Green Blue C M Y K H S L
Decimal 99 131 136 0.27 0.04 0 0.47 188.11 0.16 0.46
Hex 63 83 88 1B 4 0 2F BC 10 2E
Octal 143 203 210 33 4 0 57 274 20 56
Binary 1100011 10000011 10001000 11011 100 0 101111 10111100 10000 101110

Color Harmonies of #638388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638388

Black with #638388

Text Example


Text Example

White with #638388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638388; }

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

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

background-color css

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

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

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

border-color css

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

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

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