Html Css Color HEX #668590 Horizon

📋 copy color: '#668590'

red 102 ◦ green 133 ◦ blue 144

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

Shades of Horizon #668590

Tints of Horizon #668590

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.09%

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

R = 26.91%
G = 35.09%
B = 37.99%

CMYK

 C value IS 0.29

 M value IS 0.08

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#668590 (or 0x668590) is known color: Horizon. HEX triplet: 66, 85 and 90. RGB value is (102,133,144). Sum of RGB (Red+Green+Blue) = 102+133+144=379 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.91% from 379); Green value is 133 (52.34% from 255 or 35.09% from 379); Blue value is 144 (56.64% from 255 or 37.99% from 379); Max value from RGB is 144 - color contains mainly: blue. Hex color #668590 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668590 is #997A6F. Grayscale: #7C7C7C. Windows color (decimal): -10058352 or 9471334. OLE color: 9471334.

HSL color Cylindrical-coordinate representation of color #668590: hue angle of 195.71º 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 #668590 is Cyan = 0.29, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 102 133 144 -
CMYK 0.29 0.08 0 0.44
HSL 195.71º 0.17% 0.48% -
HSV(B) 195.71º 0.29% 0.56% -
XYZ 18.9 21.61 29.56 -
YUV 124.99 138.73 111.61 -
System Red Green Blue C M Y K H S L
Decimal 102 133 144 0.29 0.08 0 0.44 195.71 0.17 0.48
Hex 66 85 90 1D 8 0 2C C4 11 30
Octal 146 205 220 35 10 0 54 304 21 60
Binary 1100110 10000101 10010000 11101 1000 0 101100 11000100 10001 110000

Color Harmonies of #668590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668590

Black with #668590

Text Example


Text Example

White with #668590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668590; }

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

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

background-color css

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

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

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

border-color css

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

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

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