Html Css Color HEX #638E93 Gothic

📋 copy color: '#638E93'

red 99 ◦ green 142 ◦ blue 147

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

Shades of Gothic #638E93

Tints of Gothic #638E93

RGB

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

 GREEN value IS 142 (55.86% from 255) = 36.6%

 BLUE value IS 147 (57.81% from 255) = 37.89%

R = 25.52%
G = 36.6%
B = 37.89%

CMYK

 C value IS 0.33

 M value IS 0.03

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#638E93 (or 0x638E93) is known color: Gothic. HEX triplet: 63, 8E and 93. RGB value is (99,142,147). Sum of RGB (Red+Green+Blue) = 99+142+147=388 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.52% from 388); Green value is 142 (55.86% from 255 or 36.60% from 388); Blue value is 147 (57.81% from 255 or 37.89% from 388); Max value from RGB is 147 - color contains mainly: blue. Hex color #638E93 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638E93 is #9C716C. Grayscale: #818181. Windows color (decimal): -10252653 or 9670243. OLE color: 9670243.

HSL color Cylindrical-coordinate representation of color #638E93: hue angle of 186.25º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #638E93 is Cyan = 0.33, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 99 142 147 -
CMYK 0.33 0.03 0 0.42
HSL 186.25º 0.2% 0.48% -
HSV(B) 186.25º 0.33% 0.58% -
XYZ 20.09 24.11 31.2 -
YUV 129.71 137.75 106.09 -
System Red Green Blue C M Y K H S L
Decimal 99 142 147 0.33 0.03 0 0.42 186.25 0.2 0.48
Hex 63 8E 93 21 3 0 2A BA 14 30
Octal 143 216 223 41 3 0 52 272 24 60
Binary 1100011 10001110 10010011 100001 11 0 101010 10111010 10100 110000

Color Harmonies of #638E93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638E93

Black with #638E93

Text Example


Text Example

White with #638E93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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