Html Css Color HEX #690D6E Purple

📋 copy color: '#690D6E'

red 105 ◦ green 13 ◦ blue 110

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

Shades of Purple #690D6E

Tints of Purple #690D6E

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.7%

 BLUE value IS 110 (43.36% from 255) = 48.25%

R = 46.05%
G = 5.7%
B = 48.25%

CMYK

 C value IS 0.05

 M value IS 0.88

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#690D6E (or 0x690D6E) is known color: Purple. HEX triplet: 69, 0D and 6E. RGB value is (105,13,110). Sum of RGB (Red+Green+Blue) = 105+13+110=228 (30% of max value = 765). Red value is 105 (41.41% from 255 or 46.05% from 228); Green value is 13 (5.47% from 255 or 5.70% from 228); Blue value is 110 (43.36% from 255 or 48.25% from 228); Max value from RGB is 110 - color contains mainly: blue. Hex color #690D6E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690D6E is #96F291. Grayscale: #333333. Windows color (decimal): -9892498 or 7212393. OLE color: 7212393.

HSL color Cylindrical-coordinate representation of color #690D6E: hue angle of 296.91º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #690D6E is Cyan = 0.05, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 105 13 110 -
CMYK 0.05 0.88 0 0.57
HSL 296.91º 0.79% 0.24% -
HSV(B) 296.91º 0.88% 0.43% -
XYZ 8.78 4.42 15.14 -
YUV 51.57 160.98 166.11 -
System Red Green Blue C M Y K H S L
Decimal 105 13 110 0.05 0.88 0 0.57 296.91 0.79 0.24
Hex 69 D 6E 5 58 0 39 129 4F 18
Octal 151 15 156 5 130 0 71 451 117 30
Binary 1101001 1101 1101110 101 1011000 0 111001 100101001 1001111 11000

Color Harmonies of #690D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690D6E

Black with #690D6E

Text Example


Text Example

White with #690D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690D6E; }

 p { color: rgb(105,13,110); }

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

background-color css

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

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

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

border-color css

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

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

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