Html Css Color HEX #668799 Horizon

📋 copy color: '#668799'

red 102 ◦ green 135 ◦ blue 153

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

Shades of Horizon #668799

Tints of Horizon #668799

RGB

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

 GREEN value IS 135 (53.13% from 255) = 34.62%

 BLUE value IS 153 (60.16% from 255) = 39.23%

R = 26.15%
G = 34.62%
B = 39.23%

CMYK

 C value IS 0.33

 M value IS 0.12

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#668799 (or 0x668799) is known color: Horizon. HEX triplet: 66, 87 and 99. RGB value is (102,135,153). Sum of RGB (Red+Green+Blue) = 102+135+153=390 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.15% from 390); Green value is 135 (53.12% from 255 or 34.62% from 390); Blue value is 153 (60.16% from 255 or 39.23% from 390); Max value from RGB is 153 - color contains mainly: blue. Hex color #668799 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668799 is #997866. Grayscale: #7F7F7F. Windows color (decimal): -10057831 or 10061670. OLE color: 10061670.

HSL color Cylindrical-coordinate representation of color #668799: hue angle of 201.18º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #668799 is Cyan = 0.33, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 102 135 153 -
CMYK 0.33 0.12 0 0.4
HSL 201.18º 0.2% 0.5% -
HSV(B) 201.18º 0.33% 0.6% -
XYZ 19.89 22.45 33.42 -
YUV 127.19 142.57 110.04 -
System Red Green Blue C M Y K H S L
Decimal 102 135 153 0.33 0.12 0 0.4 201.18 0.2 0.5
Hex 66 87 99 21 C 0 28 C9 14 32
Octal 146 207 231 41 14 0 50 311 24 62
Binary 1100110 10000111 10011001 100001 1100 0 101000 11001001 10100 110010

Color Harmonies of #668799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668799

Black with #668799

Text Example


Text Example

White with #668799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668799; }

 p { color: rgb(102,135,153); }

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

background-color css

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

 a { background-color: rgb(102,135,153); }

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

border-color css

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

 span { border-color: rgb(102,135,153); }

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