#638384

Color #638384 Gothic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gothic #638384

Tints of Gothic #638384

Color information

#638384 (or 0x638384) is unknown color: approx Gothic. HEX triplet: 63, 83 and 84. RGB value is (99,131,132). Sum of RGB (Red+Green+Blue) = 99+131+132=362 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.35% from 362); Green value is 131 (51.56% from 255 or 36.19% from 362); Blue value is 132 (51.95% from 255 or 36.46% from 362); Max value from RGB is 132 - color contains mainly: blue. Hex color #638384 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638384 is #9C7C7B. Grayscale: #797979. Windows color (decimal): -10255484 or 8684387. OLE color: 8684387.

HSL color Cylindrical-coordinate representation of color #638384: hue angle of 181.82º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #638384 is Cyan = 0.25, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB99131132-
CMYK0.250.0100.48
HSL181.82º14.29%45.29%-
HSV(B)181.82º25%51.76%-
XYZ17.4320.5524.88-
YUV121.55133.9111.92-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.35%
GREEN value IS 131 (51.56% from 255) = 36.19%
BLUE value IS 132 (51.95% from 255) = 36.46%
R=27.35%
G=36.19%
B=36.46%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal991311320.250.0100.48181.8214.2945.29
Hex638384191030b6e2d
Octal1432032043110602661655
Binary110001110000011100001001100110110000101101101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638384; }

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

 H1.HeaderClassName
 {
   color: #638384;
 }
 .AnyTagClassName
 {
   color: #638384;
 }
</style>
background-color css

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

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

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

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

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

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