Html Css Color HEX #668594 Horizon

📋 copy color: '#668594'

red 102 ◦ green 133 ◦ blue 148

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

Shades of Horizon #668594

Tints of Horizon #668594

RGB

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

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

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

R = 26.63%
G = 34.73%
B = 38.64%

CMYK

 C value IS 0.31

 M value IS 0.10

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#668594 (or 0x668594) is known color: Horizon. HEX triplet: 66, 85 and 94. RGB value is (102,133,148). Sum of RGB (Red+Green+Blue) = 102+133+148=383 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.63% from 383); Green value is 133 (52.34% from 255 or 34.73% from 383); Blue value is 148 (58.20% from 255 or 38.64% from 383); Max value from RGB is 148 - color contains mainly: blue. Hex color #668594 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668594 is #997A6B. Grayscale: #7D7D7D. Windows color (decimal): -10058348 or 9733478. OLE color: 9733478.

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

Color convert

RGB 102 133 148 -
CMYK 0.31 0.10 0 0.42
HSL 199.57º 0.18% 0.49% -
HSV(B) 199.57º 0.31% 0.58% -
XYZ 19.21 21.74 31.2 -
YUV 125.44 140.73 111.28 -
System Red Green Blue C M Y K H S L
Decimal 102 133 148 0.31 0.10 0 0.42 199.57 0.18 0.49
Hex 66 85 94 1F A 0 2A C8 12 31
Octal 146 205 224 37 12 0 52 310 22 61
Binary 1100110 10000101 10010100 11111 1010 0 101010 11001000 10010 110001

Color Harmonies of #668594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668594

Black with #668594

Text Example


Text Example

White with #668594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668594; }

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

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

background-color css

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

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

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

border-color css

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

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

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