Html Css Color HEX #693289 Kingfisher Daisy

📋 copy color: '#693289'

red 105 ◦ green 50 ◦ blue 137

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

Shades of Kingfisher Daisy #693289

Tints of Kingfisher Daisy #693289

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.12%

 BLUE value IS 137 (53.91% from 255) = 46.92%

R = 35.96%
G = 17.12%
B = 46.92%

CMYK

 C value IS 0.23

 M value IS 0.64

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#693289 (or 0x693289) is known color: Kingfisher Daisy. HEX triplet: 69, 32 and 89. RGB value is (105,50,137). Sum of RGB (Red+Green+Blue) = 105+50+137=292 (38% of max value = 765). Red value is 105 (41.41% from 255 or 35.96% from 292); Green value is 50 (19.92% from 255 or 17.12% from 292); Blue value is 137 (53.91% from 255 or 46.92% from 292); Max value from RGB is 137 - color contains mainly: blue. Hex color #693289 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #693289 is #96CD76. Grayscale: #4C4C4C. Windows color (decimal): -9882999 or 8991337. OLE color: 8991337.

HSL color Cylindrical-coordinate representation of color #693289: hue angle of 277.93º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #693289 is Cyan = 0.23, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 105 50 137 -
CMYK 0.23 0.64 0 0.46
HSL 277.93º 0.47% 0.37% -
HSV(B) 277.93º 0.64% 0.54% -
XYZ 11.48 7.09 24.43 -
YUV 76.36 162.22 148.43 -
System Red Green Blue C M Y K H S L
Decimal 105 50 137 0.23 0.64 0 0.46 277.93 0.47 0.37
Hex 69 32 89 17 40 0 2E 116 2F 25
Octal 151 62 211 27 100 0 56 426 57 45
Binary 1101001 110010 10001001 10111 1000000 0 101110 100010110 101111 100101

Color Harmonies of #693289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693289

Black with #693289

Text Example


Text Example

White with #693289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693289; }

 p { color: rgb(105,50,137); }

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

background-color css

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

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

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

border-color css

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

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

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