Html Css Color HEX #669893 Juniper

📋 copy color: '#669893'

red 102 ◦ green 152 ◦ blue 147

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

Shades of Juniper #669893

Tints of Juniper #669893

RGB

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

 GREEN value IS 152 (59.77% from 255) = 37.91%

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

R = 25.44%
G = 37.91%
B = 36.66%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.03

 K value IS 0.40

RGB Variations

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

Color information

#669893 (or 0x669893) is known color: Juniper. HEX triplet: 66, 98 and 93. RGB value is (102,152,147). Sum of RGB (Red+Green+Blue) = 102+152+147=401 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.44% from 401); Green value is 152 (59.77% from 255 or 37.91% from 401); Blue value is 147 (57.81% from 255 or 36.66% from 401); Max value from RGB is 152 - color contains mainly: green. Hex color #669893 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669893 is #99676C. Grayscale: #888888. Windows color (decimal): -10053485 or 9672806. OLE color: 9672806.

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

Color convert

RGB 102 152 147 -
CMYK 0.33 0 0.03 0.40
HSL 174º 0.2% 0.5% -
HSV(B) 174º 0.33% 0.6% -
XYZ 21.97 27.39 31.73 -
YUV 136.48 133.94 103.41 -
System Red Green Blue C M Y K H S L
Decimal 102 152 147 0.33 0 0.03 0.40 174 0.2 0.5
Hex 66 98 93 21 0 3 28 AE 14 32
Octal 146 230 223 41 0 3 50 256 24 62
Binary 1100110 10011000 10010011 100001 0 11 101000 10101110 10100 110010

Color Harmonies of #669893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669893

Black with #669893

Text Example


Text Example

White with #669893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669893; }

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

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

background-color css

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

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

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

border-color css

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

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

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