Html Css Color HEX #669B93 Juniper

📋 copy color: '#669B93'

red 102 ◦ green 155 ◦ blue 147

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

Shades of Juniper #669B93

Tints of Juniper #669B93

RGB

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

 GREEN value IS 155 (60.94% from 255) = 38.37%

 BLUE value IS 147 (57.81% from 255) = 36.39%

R = 25.25%
G = 38.37%
B = 36.39%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.05

 K value IS 0.39

RGB Variations

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

Color information

#669B93 (or 0x669B93) is known color: Juniper. HEX triplet: 66, 9B and 93. RGB value is (102,155,147). Sum of RGB (Red+Green+Blue) = 102+155+147=404 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.25% from 404); Green value is 155 (60.94% from 255 or 38.37% from 404); Blue value is 147 (57.81% from 255 or 36.39% from 404); Max value from RGB is 155 - color contains mainly: green. Hex color #669B93 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669B93 is #99646C. Grayscale: #8A8A8A. Windows color (decimal): -10052717 or 9673574. OLE color: 9673574.

HSL color Cylindrical-coordinate representation of color #669B93: hue angle of 170.94º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #669B93 is Cyan = 0.34, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.39.

Color convert

RGB 102 155 147 -
CMYK 0.34 0 0.05 0.39
HSL 170.94º 0.21% 0.5% -
HSV(B) 170.94º 0.34% 0.61% -
XYZ 22.47 28.37 31.9 -
YUV 138.24 132.94 102.15 -
System Red Green Blue C M Y K H S L
Decimal 102 155 147 0.34 0 0.05 0.39 170.94 0.21 0.5
Hex 66 9B 93 22 0 5 27 AB 15 32
Octal 146 233 223 42 0 5 47 253 25 62
Binary 1100110 10011011 10010011 100010 0 101 100111 10101011 10101 110010

Color Harmonies of #669B93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669B93

Black with #669B93

Text Example


Text Example

White with #669B93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,155,147); }

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

background-color css

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

 a { background-color: rgb(102,155,147); }

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

border-color css

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

 span { border-color: rgb(102,155,147); }

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