Html Css Color HEX #66838B Gothic

📋 copy color: '#66838B'

red 102 ◦ green 131 ◦ blue 139

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

Shades of Gothic #66838B

Tints of Gothic #66838B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 37.37%

R = 27.42%
G = 35.22%
B = 37.37%

CMYK

 C value IS 0.27

 M value IS 0.06

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#66838B (or 0x66838B) is known color: Gothic. HEX triplet: 66, 83 and 8B. RGB value is (102,131,139). Sum of RGB (Red+Green+Blue) = 102+131+139=372 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.42% from 372); Green value is 131 (51.56% from 255 or 35.22% from 372); Blue value is 139 (54.69% from 255 or 37.37% from 372); Max value from RGB is 139 - color contains mainly: blue. Hex color #66838B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66838B is #997C74. Grayscale: #7B7B7B. Windows color (decimal): -10058869 or 9143142. OLE color: 9143142.

HSL color Cylindrical-coordinate representation of color #66838B: hue angle of 192.97º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #66838B is Cyan = 0.27, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 102 131 139 -
CMYK 0.27 0.06 0 0.45
HSL 192.97º 0.15% 0.47% -
HSV(B) 192.97º 0.27% 0.55% -
XYZ 18.26 20.92 27.5 -
YUV 123.24 136.89 112.85 -
System Red Green Blue C M Y K H S L
Decimal 102 131 139 0.27 0.06 0 0.45 192.97 0.15 0.47
Hex 66 83 8B 1B 6 0 2D C1 F 2F
Octal 146 203 213 33 6 0 55 301 17 57
Binary 1100110 10000011 10001011 11011 110 0 101101 11000001 1111 101111

Color Harmonies of #66838B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66838B

Black with #66838B

Text Example


Text Example

White with #66838B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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