Html Css Color HEX #669894 Juniper

📋 copy color: '#669894'

red 102 ◦ green 152 ◦ blue 148

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

Shades of Juniper #669894

Tints of Juniper #669894

RGB

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

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

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

R = 25.37%
G = 37.81%
B = 36.82%

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

#669894 (or 0x669894) is known color: Juniper. HEX triplet: 66, 98 and 94. RGB value is (102,152,148). Sum of RGB (Red+Green+Blue) = 102+152+148=402 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.37% from 402); Green value is 152 (59.77% from 255 or 37.81% from 402); Blue value is 148 (58.20% from 255 or 36.82% from 402); Max value from RGB is 152 - color contains mainly: green. Hex color #669894 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669894 is #99676B. Grayscale: #888888. Windows color (decimal): -10053484 or 9738342. OLE color: 9738342.

HSL color Cylindrical-coordinate representation of color #669894: hue angle of 175.2º 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 #669894 is Cyan = 0.33, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.40.

Color convert

RGB 102 152 148 -
CMYK 0.33 0 0.03 0.40
HSL 175.2º 0.2% 0.5% -
HSV(B) 175.2º 0.33% 0.6% -
XYZ 22.05 27.42 32.15 -
YUV 136.59 134.44 103.33 -
System Red Green Blue C M Y K H S L
Decimal 102 152 148 0.33 0 0.03 0.40 175.2 0.2 0.5
Hex 66 98 94 21 0 3 28 AF 14 32
Octal 146 230 224 41 0 3 50 257 24 62
Binary 1100110 10011000 10010100 100001 0 11 101000 10101111 10100 110010

Color Harmonies of #669894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669894

Black with #669894

Text Example


Text Example

White with #669894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669894; }

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

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

background-color css

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

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

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

border-color css

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

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

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