Html Css Color HEX #668C8E Gothic

📋 copy color: '#668C8E'

red 102 ◦ green 140 ◦ blue 142

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

Shades of Gothic #668C8E

Tints of Gothic #668C8E

RGB

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

 GREEN value IS 140 (55.08% from 255) = 36.46%

 BLUE value IS 142 (55.86% from 255) = 36.98%

R = 26.56%
G = 36.46%
B = 36.98%

CMYK

 C value IS 0.28

 M value IS 0.01

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#668C8E (or 0x668C8E) is known color: Gothic. HEX triplet: 66, 8C and 8E. RGB value is (102,140,142). Sum of RGB (Red+Green+Blue) = 102+140+142=384 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.56% from 384); Green value is 140 (55.08% from 255 or 36.46% from 384); Blue value is 142 (55.86% from 255 or 36.98% from 384); Max value from RGB is 142 - color contains mainly: blue. Hex color #668C8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668C8E is #997371. Grayscale: #808080. Windows color (decimal): -10056562 or 9342054. OLE color: 9342054.

HSL color Cylindrical-coordinate representation of color #668C8E: hue angle of 183º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #668C8E is Cyan = 0.28, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 102 140 142 -
CMYK 0.28 0.01 0 0.44
HSL 183º 0.16% 0.48% -
HSV(B) 183º 0.28% 0.56% -
XYZ 19.74 23.53 29.09 -
YUV 128.87 135.41 108.84 -
System Red Green Blue C M Y K H S L
Decimal 102 140 142 0.28 0.01 0 0.44 183 0.16 0.48
Hex 66 8C 8E 1C 1 0 2C B7 10 30
Octal 146 214 216 34 1 0 54 267 20 60
Binary 1100110 10001100 10001110 11100 1 0 101100 10110111 10000 110000

Color Harmonies of #668C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668C8E

Black with #668C8E

Text Example


Text Example

White with #668C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668C8E; }

 p { color: rgb(102,140,142); }

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

background-color css

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

 a { background-color: rgb(102,140,142); }

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

border-color css

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

 span { border-color: rgb(102,140,142); }

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