Html Css Color HEX #690468 Purple

📋 copy color: '#690468'

red 105 ◦ green 4 ◦ blue 104

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

Shades of Purple #690468

Tints of Purple #690468

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.88%

 BLUE value IS 104 (41.02% from 255) = 48.83%

R = 49.3%
G = 1.88%
B = 48.83%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.01

 K value IS 0.59

RGB Variations

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

Color information

#690468 (or 0x690468) is known color: Purple. HEX triplet: 69, 04 and 68. RGB value is (105,4,104). Sum of RGB (Red+Green+Blue) = 105+4+104=213 (28% of max value = 765). Red value is 105 (41.41% from 255 or 49.30% from 213); Green value is 4 (1.95% from 255 or 1.88% from 213); Blue value is 104 (41.02% from 255 or 48.83% from 213); Max value from RGB is 105 - color contains mainly: red. Hex color #690468 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690468 is #96FB97. Grayscale: #2D2D2D. Windows color (decimal): -9894808 or 6816873. OLE color: 6816873.

HSL color Cylindrical-coordinate representation of color #690468: hue angle of 300.59º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #690468 is Cyan = 0, Magento = 0.96, Yellow = 0.01 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 4 104 -
CMYK 0 0.96 0.01 0.59
HSL 300.59º 0.93% 0.21% -
HSV(B) 300.59º 0.96% 0.41% -
XYZ 8.37 4.09 13.45 -
YUV 45.6 160.96 170.37 -
System Red Green Blue C M Y K H S L
Decimal 105 4 104 0 0.96 0.01 0.59 300.59 0.93 0.21
Hex 69 4 68 0 60 1 3B 12D 5D 15
Octal 151 4 150 0 140 1 73 455 135 25
Binary 1101001 100 1101000 0 1100000 1 111011 100101101 1011101 10101

Color Harmonies of #690468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690468

Black with #690468

Text Example


Text Example

White with #690468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690468; }

 p { color: rgb(105,4,104); }

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

background-color css

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

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

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

border-color css

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

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

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