Html Css Color HEX #668C92 Gothic

📋 copy color: '#668C92'

red 102 ◦ green 140 ◦ blue 146

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

Shades of Gothic #668C92

Tints of Gothic #668C92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 37.63%

R = 26.29%
G = 36.08%
B = 37.63%

CMYK

 C value IS 0.30

 M value IS 0.04

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#668C92 (or 0x668C92) is known color: Gothic. HEX triplet: 66, 8C and 92. RGB value is (102,140,146). Sum of RGB (Red+Green+Blue) = 102+140+146=388 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.29% from 388); Green value is 140 (55.08% from 255 or 36.08% from 388); Blue value is 146 (57.42% from 255 or 37.63% from 388); Max value from RGB is 146 - color contains mainly: blue. Hex color #668C92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668C92 is #99736D. Grayscale: #818181. Windows color (decimal): -10056558 or 9604198. OLE color: 9604198.

HSL color Cylindrical-coordinate representation of color #668C92: hue angle of 188.18º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #668C92 is Cyan = 0.30, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 102 140 146 -
CMYK 0.30 0.04 0 0.43
HSL 188.18º 0.18% 0.49% -
HSV(B) 188.18º 0.3% 0.57% -
XYZ 20.05 23.66 30.7 -
YUV 129.32 137.41 108.51 -
System Red Green Blue C M Y K H S L
Decimal 102 140 146 0.30 0.04 0 0.43 188.18 0.18 0.49
Hex 66 8C 92 1E 4 0 2B BC 12 31
Octal 146 214 222 36 4 0 53 274 22 61
Binary 1100110 10001100 10010010 11110 100 0 101011 10111100 10010 110001

Color Harmonies of #668C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668C92

Black with #668C92

Text Example


Text Example

White with #668C92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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