Html Css Color HEX #690669 Purple

📋 copy color: '#690669'

red 105 ◦ green 6 ◦ blue 105

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

Shades of Purple #690669

Tints of Purple #690669

RGB

 RED value IS 105 (41.41% from 255) = 48.61%

 GREEN value IS 6 (2.73% from 255) = 2.78%

 BLUE value IS 105 (41.41% from 255) = 48.61%

R = 48.61%
G = 2.78%
B = 48.61%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#690669 (or 0x690669) is known color: Purple. HEX triplet: 69, 06 and 69. RGB value is (105,6,105). Sum of RGB (Red+Green+Blue) = 105+6+105=216 (28% of max value = 765). Red value is 105 (41.41% from 255 or 48.61% from 216); Green value is 6 (2.73% from 255 or 2.78% from 216); Blue value is 105 (41.41% from 255 or 48.61% from 216); Max value from RGB is 105 - color contains mainly: red, blue. Hex color #690669 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690669 is #96F996. Grayscale: #2E2E2E. Windows color (decimal): -9894295 or 6882921. OLE color: 6882921.

HSL color Cylindrical-coordinate representation of color #690669: hue angle of 300º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #690669 is Cyan = 0, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 6 105 -
CMYK 0 0.94 0 0.59
HSL 300º 0.89% 0.22% -
HSV(B) 300º 0.94% 0.41% -
XYZ 8.44 4.15 13.72 -
YUV 46.89 160.8 169.45 -
System Red Green Blue C M Y K H S L
Decimal 105 6 105 0 0.94 0 0.59 300 0.89 0.22
Hex 69 6 69 0 5E 0 3B 12C 59 16
Octal 151 6 151 0 136 0 73 454 131 26
Binary 1101001 110 1101001 0 1011110 0 111011 100101100 1011001 10110

Color Harmonies of #690669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690669

Black with #690669

Text Example


Text Example

White with #690669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690669; }

 p { color: rgb(105,6,105); }

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

background-color css

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

 a { background-color: rgb(105,6,105); }

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

border-color css

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

 span { border-color: rgb(105,6,105); }

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