Html Css Color HEX #638A8D Gothic

📋 copy color: '#638A8D'

red 99 ◦ green 138 ◦ blue 141

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

Shades of Gothic #638A8D

Tints of Gothic #638A8D

RGB

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

 GREEN value IS 138 (54.3% from 255) = 36.51%

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

R = 26.19%
G = 36.51%
B = 37.3%

CMYK

 C value IS 0.30

 M value IS 0.02

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#638A8D (or 0x638A8D) is known color: Gothic. HEX triplet: 63, 8A and 8D. RGB value is (99,138,141). Sum of RGB (Red+Green+Blue) = 99+138+141=378 (50% of max value = 765). Red value is 99 (39.06% from 255 or 26.19% from 378); Green value is 138 (54.30% from 255 or 36.51% from 378); Blue value is 141 (55.47% from 255 or 37.30% from 378); Max value from RGB is 141 - color contains mainly: blue. Hex color #638A8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638A8D is #9C7572. Grayscale: #7E7E7E. Windows color (decimal): -10253683 or 9276003. OLE color: 9276003.

HSL color Cylindrical-coordinate representation of color #638A8D: hue angle of 184.29º 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 #638A8D is Cyan = 0.30, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 99 138 141 -
CMYK 0.30 0.02 0 0.45
HSL 184.29º 0.18% 0.47% -
HSV(B) 184.29º 0.3% 0.55% -
XYZ 19.04 22.75 28.59 -
YUV 126.68 136.08 108.26 -
System Red Green Blue C M Y K H S L
Decimal 99 138 141 0.30 0.02 0 0.45 184.29 0.18 0.47
Hex 63 8A 8D 1E 2 0 2D B8 12 2F
Octal 143 212 215 36 2 0 55 270 22 57
Binary 1100011 10001010 10001101 11110 10 0 101101 10111000 10010 101111

Color Harmonies of #638A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638A8D

Black with #638A8D

Text Example


Text Example

White with #638A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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