Html Css Color HEX #668394 Horizon

📋 copy color: '#668394'

red 102 ◦ green 131 ◦ blue 148

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

Shades of Horizon #668394

Tints of Horizon #668394

RGB

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

 GREEN value IS 131 (51.56% from 255) = 34.38%

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

R = 26.77%
G = 34.38%
B = 38.85%

CMYK

 C value IS 0.31

 M value IS 0.11

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#668394 (or 0x668394) is known color: Horizon. HEX triplet: 66, 83 and 94. RGB value is (102,131,148). Sum of RGB (Red+Green+Blue) = 102+131+148=381 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.77% from 381); Green value is 131 (51.56% from 255 or 34.38% from 381); Blue value is 148 (58.20% from 255 or 38.85% from 381); Max value from RGB is 148 - color contains mainly: blue. Hex color #668394 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668394 is #997C6B. Grayscale: #7C7C7C. Windows color (decimal): -10058860 or 9732966. OLE color: 9732966.

HSL color Cylindrical-coordinate representation of color #668394: hue angle of 202.17º 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 #668394 is Cyan = 0.31, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 102 131 148 -
CMYK 0.31 0.11 0 0.42
HSL 202.17º 0.18% 0.49% -
HSV(B) 202.17º 0.31% 0.58% -
XYZ 18.94 21.2 31.11 -
YUV 124.27 141.39 112.12 -
System Red Green Blue C M Y K H S L
Decimal 102 131 148 0.31 0.11 0 0.42 202.17 0.18 0.49
Hex 66 83 94 1F B 0 2A CA 12 31
Octal 146 203 224 37 13 0 52 312 22 61
Binary 1100110 10000011 10010100 11111 1011 0 101010 11001010 10010 110001

Color Harmonies of #668394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668394

Black with #668394

Text Example


Text Example

White with #668394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668394; }

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

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

background-color css

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

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

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

border-color css

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

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

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