Html Css Color HEX #693189 Kingfisher Daisy

📋 copy color: '#693189'

red 105 ◦ green 49 ◦ blue 137

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

Shades of Kingfisher Daisy #693189

Tints of Kingfisher Daisy #693189

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.84%

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

R = 36.08%
G = 16.84%
B = 47.08%

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

#693189 (or 0x693189) is known color: Kingfisher Daisy. HEX triplet: 69, 31 and 89. RGB value is (105,49,137). Sum of RGB (Red+Green+Blue) = 105+49+137=291 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.08% from 291); Green value is 49 (19.53% from 255 or 16.84% from 291); Blue value is 137 (53.91% from 255 or 47.08% from 291); Max value from RGB is 137 - color contains mainly: blue. Hex color #693189 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #693189 is #96CE76. Grayscale: #4B4B4B. Windows color (decimal): -9883255 or 8991081. OLE color: 8991081.

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

Color convert

RGB 105 49 137 -
CMYK 0.23 0.64 0 0.46
HSL 278.18º 0.47% 0.36% -
HSV(B) 278.18º 0.64% 0.54% -
XYZ 11.44 7.01 24.42 -
YUV 75.78 162.55 148.84 -
System Red Green Blue C M Y K H S L
Decimal 105 49 137 0.23 0.64 0 0.46 278.18 0.47 0.36
Hex 69 31 89 17 40 0 2E 116 2F 24
Octal 151 61 211 27 100 0 56 426 57 44
Binary 1101001 110001 10001001 10111 1000000 0 101110 100010110 101111 100100

Color Harmonies of #693189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693189

Black with #693189

Text Example


Text Example

White with #693189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693189; }

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

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

background-color css

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

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

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

border-color css

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

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

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