Html Css Color HEX #693187 Kingfisher Daisy

📋 copy color: '#693187'

red 105 ◦ green 49 ◦ blue 135

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

Shades of Kingfisher Daisy #693187

Tints of Kingfisher Daisy #693187

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 46.71%

R = 36.33%
G = 16.96%
B = 46.71%

CMYK

 C value IS 0.22

 M value IS 0.64

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#693187 (or 0x693187) is known color: Kingfisher Daisy. HEX triplet: 69, 31 and 87. RGB value is (105,49,135). Sum of RGB (Red+Green+Blue) = 105+49+135=289 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.33% from 289); Green value is 49 (19.53% from 255 or 16.96% from 289); Blue value is 135 (53.12% from 255 or 46.71% from 289); Max value from RGB is 135 - color contains mainly: blue. Hex color #693187 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #693187 is #96CE78. Grayscale: #4B4B4B. Windows color (decimal): -9883257 or 8860009. OLE color: 8860009.

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

Color convert

RGB 105 49 135 -
CMYK 0.22 0.64 0 0.47
HSL 279.07º 0.47% 0.36% -
HSV(B) 279.07º 0.64% 0.53% -
XYZ 11.3 6.95 23.67 -
YUV 75.55 161.55 149.01 -
System Red Green Blue C M Y K H S L
Decimal 105 49 135 0.22 0.64 0 0.47 279.07 0.47 0.36
Hex 69 31 87 16 40 0 2F 117 2F 24
Octal 151 61 207 26 100 0 57 427 57 44
Binary 1101001 110001 10000111 10110 1000000 0 101111 100010111 101111 100100

Color Harmonies of #693187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693187

Black with #693187

Text Example


Text Example

White with #693187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693187; }

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

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

background-color css

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

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

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

border-color css

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

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

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