Html Css Color HEX #668384 Gothic

📋 copy color: '#668384'

red 102 ◦ green 131 ◦ blue 132

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

Shades of Gothic #668384

Tints of Gothic #668384

RGB

 RED value IS 102 (40.23% from 255) = 27.95%

 GREEN value IS 131 (51.56% from 255) = 35.89%

 BLUE value IS 132 (51.95% from 255) = 36.16%

R = 27.95%
G = 35.89%
B = 36.16%

CMYK

 C value IS 0.23

 M value IS 0.01

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#668384 (or 0x668384) is known color: Gothic. HEX triplet: 66, 83 and 84. RGB value is (102,131,132). Sum of RGB (Red+Green+Blue) = 102+131+132=365 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.95% from 365); Green value is 131 (51.56% from 255 or 35.89% from 365); Blue value is 132 (51.95% from 255 or 36.16% from 365); Max value from RGB is 132 - color contains mainly: blue. Hex color #668384 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668384 is #997C7B. Grayscale: #7A7A7A. Windows color (decimal): -10058876 or 8684390. OLE color: 8684390.

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

Color convert

RGB 102 131 132 -
CMYK 0.23 0.01 0 0.48
HSL 182º 0.13% 0.46% -
HSV(B) 182º 0.23% 0.52% -
XYZ 17.76 20.72 24.89 -
YUV 122.44 133.39 113.42 -
System Red Green Blue C M Y K H S L
Decimal 102 131 132 0.23 0.01 0 0.48 182 0.13 0.46
Hex 66 83 84 17 1 0 30 B6 D 2E
Octal 146 203 204 27 1 0 60 266 15 56
Binary 1100110 10000011 10000100 10111 1 0 110000 10110110 1101 101110

Color Harmonies of #668384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668384

Black with #668384

Text Example


Text Example

White with #668384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668384; }

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

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

background-color css

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

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

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

border-color css

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

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

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