Html Css Color HEX #638A8E Gothic

📋 copy color: '#638A8E'

red 99 ◦ green 138 ◦ blue 142

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

Shades of Gothic #638A8E

Tints of Gothic #638A8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 37.47%

R = 26.12%
G = 36.41%
B = 37.47%

CMYK

 C value IS 0.30

 M value IS 0.03

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#638A8E (or 0x638A8E) is known color: Gothic. HEX triplet: 63, 8A and 8E. RGB value is (99,138,142). Sum of RGB (Red+Green+Blue) = 99+138+142=379 (50% of max value = 765). Red value is 99 (39.06% from 255 or 26.12% from 379); Green value is 138 (54.30% from 255 or 36.41% from 379); Blue value is 142 (55.86% from 255 or 37.47% from 379); Max value from RGB is 142 - color contains mainly: blue. Hex color #638A8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638A8E is #9C7571. Grayscale: #7E7E7E. Windows color (decimal): -10253682 or 9341539. OLE color: 9341539.

HSL color Cylindrical-coordinate representation of color #638A8E: hue angle of 185.58º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #638A8E is Cyan = 0.30, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 99 138 142 -
CMYK 0.30 0.03 0 0.44
HSL 185.58º 0.18% 0.47% -
HSV(B) 185.58º 0.3% 0.56% -
XYZ 19.12 22.78 28.98 -
YUV 126.8 136.58 108.17 -
System Red Green Blue C M Y K H S L
Decimal 99 138 142 0.30 0.03 0 0.44 185.58 0.18 0.47
Hex 63 8A 8E 1E 3 0 2C BA 12 2F
Octal 143 212 216 36 3 0 54 272 22 57
Binary 1100011 10001010 10001110 11110 11 0 101100 10111010 10010 101111

Color Harmonies of #638A8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638A8E

Black with #638A8E

Text Example


Text Example

White with #638A8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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