Html Css Color HEX #668891 Gothic

📋 copy color: '#668891'

red 102 ◦ green 136 ◦ blue 145

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

Shades of Gothic #668891

Tints of Gothic #668891

RGB

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

 GREEN value IS 136 (53.52% from 255) = 35.51%

 BLUE value IS 145 (57.03% from 255) = 37.86%

R = 26.63%
G = 35.51%
B = 37.86%

CMYK

 C value IS 0.30

 M value IS 0.06

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#668891 (or 0x668891) is known color: Gothic. HEX triplet: 66, 88 and 91. RGB value is (102,136,145). Sum of RGB (Red+Green+Blue) = 102+136+145=383 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.63% from 383); Green value is 136 (53.52% from 255 or 35.51% from 383); Blue value is 145 (57.03% from 255 or 37.86% from 383); Max value from RGB is 145 - color contains mainly: blue. Hex color #668891 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668891 is #99776E. Grayscale: #7E7E7E. Windows color (decimal): -10057583 or 9537638. OLE color: 9537638.

HSL color Cylindrical-coordinate representation of color #668891: hue angle of 192.56º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #668891 is Cyan = 0.30, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 102 136 145 -
CMYK 0.30 0.06 0 0.43
HSL 192.56º 0.17% 0.48% -
HSV(B) 192.56º 0.3% 0.57% -
XYZ 19.39 22.48 30.1 -
YUV 126.86 138.24 110.27 -
System Red Green Blue C M Y K H S L
Decimal 102 136 145 0.30 0.06 0 0.43 192.56 0.17 0.48
Hex 66 88 91 1E 6 0 2B C1 11 30
Octal 146 210 221 36 6 0 53 301 21 60
Binary 1100110 10001000 10010001 11110 110 0 101011 11000001 10001 110000

Color Harmonies of #668891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668891

Black with #668891

Text Example


Text Example

White with #668891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668891; }

 p { color: rgb(102,136,145); }

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

background-color css

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

 a { background-color: rgb(102,136,145); }

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

border-color css

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

 span { border-color: rgb(102,136,145); }

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