Html Css Color HEX #668694 Horizon

📋 copy color: '#668694'

red 102 ◦ green 134 ◦ blue 148

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

Shades of Horizon #668694

Tints of Horizon #668694

RGB

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

 GREEN value IS 134 (52.73% from 255) = 34.9%

 BLUE value IS 148 (58.2% from 255) = 38.54%

R = 26.56%
G = 34.9%
B = 38.54%

CMYK

 C value IS 0.31

 M value IS 0.09

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#668694 (or 0x668694) is known color: Horizon. HEX triplet: 66, 86 and 94. RGB value is (102,134,148). Sum of RGB (Red+Green+Blue) = 102+134+148=384 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.56% from 384); Green value is 134 (52.73% from 255 or 34.90% from 384); Blue value is 148 (58.20% from 255 or 38.54% from 384); Max value from RGB is 148 - color contains mainly: blue. Hex color #668694 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668694 is #99796B. Grayscale: #7D7D7D. Windows color (decimal): -10058092 or 9733734. OLE color: 9733734.

HSL color Cylindrical-coordinate representation of color #668694: hue angle of 198.26º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #668694 is Cyan = 0.31, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 102 134 148 -
CMYK 0.31 0.09 0 0.42
HSL 198.26º 0.18% 0.49% -
HSV(B) 198.26º 0.31% 0.58% -
XYZ 19.35 22.01 31.25 -
YUV 126.03 140.4 110.86 -
System Red Green Blue C M Y K H S L
Decimal 102 134 148 0.31 0.09 0 0.42 198.26 0.18 0.49
Hex 66 86 94 1F 9 0 2A C6 12 31
Octal 146 206 224 37 11 0 52 306 22 61
Binary 1100110 10000110 10010100 11111 1001 0 101010 11000110 10010 110001

Color Harmonies of #668694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668694

Black with #668694

Text Example


Text Example

White with #668694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668694; }

 p { color: rgb(102,134,148); }

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

background-color css

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

 a { background-color: rgb(102,134,148); }

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

border-color css

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

 span { border-color: rgb(102,134,148); }

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