Html Css Color HEX #669A94 Juniper

📋 copy color: '#669A94'

red 102 ◦ green 154 ◦ blue 148

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

Shades of Juniper #669A94

Tints of Juniper #669A94

RGB

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

 GREEN value IS 154 (60.55% from 255) = 38.12%

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

R = 25.25%
G = 38.12%
B = 36.63%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.04

 K value IS 0.40

RGB Variations

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

Color information

#669A94 (or 0x669A94) is known color: Juniper. HEX triplet: 66, 9A and 94. RGB value is (102,154,148). Sum of RGB (Red+Green+Blue) = 102+154+148=404 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.25% from 404); Green value is 154 (60.55% from 255 or 38.12% from 404); Blue value is 148 (58.20% from 255 or 36.63% from 404); Max value from RGB is 154 - color contains mainly: green. Hex color #669A94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669A94 is #99656B. Grayscale: #898989. Windows color (decimal): -10052972 or 9738854. OLE color: 9738854.

HSL color Cylindrical-coordinate representation of color #669A94: hue angle of 173.08º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #669A94 is Cyan = 0.34, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.40.

Color convert

RGB 102 154 148 -
CMYK 0.34 0 0.04 0.40
HSL 173.08º 0.2% 0.5% -
HSV(B) 173.08º 0.34% 0.6% -
XYZ 22.38 28.07 32.26 -
YUV 137.77 133.77 102.49 -
System Red Green Blue C M Y K H S L
Decimal 102 154 148 0.34 0 0.04 0.40 173.08 0.2 0.5
Hex 66 9A 94 22 0 4 28 AD 14 32
Octal 146 232 224 42 0 4 50 255 24 62
Binary 1100110 10011010 10010100 100010 0 100 101000 10101101 10100 110010

Color Harmonies of #669A94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669A94

Black with #669A94

Text Example


Text Example

White with #669A94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669A94; }

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

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

background-color css

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

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

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

border-color css

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

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

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