Html Css Color HEX #638890 Gothic

📋 copy color: '#638890'

red 99 ◦ green 136 ◦ blue 144

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

Shades of Gothic #638890

Tints of Gothic #638890

RGB

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

 GREEN value IS 136 (53.52% from 255) = 35.88%

 BLUE value IS 144 (56.64% from 255) = 37.99%

R = 26.12%
G = 35.88%
B = 37.99%

CMYK

 C value IS 0.31

 M value IS 0.06

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#638890 (or 0x638890) is known color: Gothic. HEX triplet: 63, 88 and 90. RGB value is (99,136,144). Sum of RGB (Red+Green+Blue) = 99+136+144=379 (50% of max value = 765). Red value is 99 (39.06% from 255 or 26.12% from 379); Green value is 136 (53.52% from 255 or 35.88% from 379); Blue value is 144 (56.64% from 255 or 37.99% from 379); Max value from RGB is 144 - color contains mainly: blue. Hex color #638890 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638890 is #9C776F. Grayscale: #7D7D7D. Windows color (decimal): -10254192 or 9472099. OLE color: 9472099.

HSL color Cylindrical-coordinate representation of color #638890: hue angle of 190.67º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #638890 is Cyan = 0.31, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 99 136 144 -
CMYK 0.31 0.06 0 0.44
HSL 190.67º 0.19% 0.48% -
HSV(B) 190.67º 0.31% 0.56% -
XYZ 18.98 22.27 29.68 -
YUV 125.85 138.24 108.85 -
System Red Green Blue C M Y K H S L
Decimal 99 136 144 0.31 0.06 0 0.44 190.67 0.19 0.48
Hex 63 88 90 1F 6 0 2C BF 13 30
Octal 143 210 220 37 6 0 54 277 23 60
Binary 1100011 10001000 10010000 11111 110 0 101100 10111111 10011 110000

Color Harmonies of #638890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638890

Black with #638890

Text Example


Text Example

White with #638890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638890; }

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

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

background-color css

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

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

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

border-color css

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

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

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