Html Css Color HEX #66838D Gothic

📋 copy color: '#66838D'

red 102 ◦ green 131 ◦ blue 141

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

Shades of Gothic #66838D

Tints of Gothic #66838D

RGB

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

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

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

R = 27.27%
G = 35.03%
B = 37.7%

CMYK

 C value IS 0.28

 M value IS 0.07

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#66838D (or 0x66838D) is known color: Gothic. HEX triplet: 66, 83 and 8D. RGB value is (102,131,141). Sum of RGB (Red+Green+Blue) = 102+131+141=374 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.27% from 374); Green value is 131 (51.56% from 255 or 35.03% from 374); Blue value is 141 (55.47% from 255 or 37.70% from 374); Max value from RGB is 141 - color contains mainly: blue. Hex color #66838D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66838D is #997C72. Grayscale: #7B7B7B. Windows color (decimal): -10058867 or 9274214. OLE color: 9274214.

HSL color Cylindrical-coordinate representation of color #66838D: hue angle of 195.38º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #66838D is Cyan = 0.28, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 102 131 141 -
CMYK 0.28 0.07 0 0.45
HSL 195.38º 0.16% 0.48% -
HSV(B) 195.38º 0.28% 0.55% -
XYZ 18.4 20.98 28.28 -
YUV 123.47 137.89 112.69 -
System Red Green Blue C M Y K H S L
Decimal 102 131 141 0.28 0.07 0 0.45 195.38 0.16 0.48
Hex 66 83 8D 1C 7 0 2D C3 10 30
Octal 146 203 215 34 7 0 55 303 20 60
Binary 1100110 10000011 10001101 11100 111 0 101101 11000011 10000 110000

Color Harmonies of #66838D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66838D

Black with #66838D

Text Example


Text Example

White with #66838D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66838D; }

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

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

background-color css

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

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

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

border-color css

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

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

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