Html Css Color HEX #668990 Gothic

📋 copy color: '#668990'

red 102 ◦ green 137 ◦ blue 144

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

Shades of Gothic #668990

Tints of Gothic #668990

RGB

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

 GREEN value IS 137 (53.91% from 255) = 35.77%

 BLUE value IS 144 (56.64% from 255) = 37.6%

R = 26.63%
G = 35.77%
B = 37.6%

CMYK

 C value IS 0.29

 M value IS 0.05

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#668990 (or 0x668990) is known color: Gothic. HEX triplet: 66, 89 and 90. RGB value is (102,137,144). Sum of RGB (Red+Green+Blue) = 102+137+144=383 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.63% from 383); Green value is 137 (53.91% from 255 or 35.77% from 383); Blue value is 144 (56.64% from 255 or 37.60% from 383); Max value from RGB is 144 - color contains mainly: blue. Hex color #668990 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668990 is #99766F. Grayscale: #7F7F7F. Windows color (decimal): -10057328 or 9472358. OLE color: 9472358.

HSL color Cylindrical-coordinate representation of color #668990: hue angle of 190º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #668990 is Cyan = 0.29, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 102 137 144 -
CMYK 0.29 0.05 0 0.44
HSL 190º 0.17% 0.48% -
HSV(B) 190º 0.29% 0.56% -
XYZ 19.46 22.73 29.75 -
YUV 127.33 137.4 109.93 -
System Red Green Blue C M Y K H S L
Decimal 102 137 144 0.29 0.05 0 0.44 190 0.17 0.48
Hex 66 89 90 1D 5 0 2C BE 11 30
Octal 146 211 220 35 5 0 54 276 21 60
Binary 1100110 10001001 10010000 11101 101 0 101100 10111110 10001 110000

Color Harmonies of #668990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668990

Black with #668990

Text Example


Text Example

White with #668990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668990; }

 p { color: rgb(102,137,144); }

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

background-color css

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

 a { background-color: rgb(102,137,144); }

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

border-color css

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

 span { border-color: rgb(102,137,144); }

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