Html Css Color HEX #693785 Kingfisher Daisy

📋 copy color: '#693785'

red 105 ◦ green 55 ◦ blue 133

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

Shades of Kingfisher Daisy #693785

Tints of Kingfisher Daisy #693785

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.77%

 BLUE value IS 133 (52.34% from 255) = 45.39%

R = 35.84%
G = 18.77%
B = 45.39%

CMYK

 C value IS 0.21

 M value IS 0.59

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#693785 (or 0x693785) is known color: Kingfisher Daisy. HEX triplet: 69, 37 and 85. RGB value is (105,55,133). Sum of RGB (Red+Green+Blue) = 105+55+133=293 (38% of max value = 765). Red value is 105 (41.41% from 255 or 35.84% from 293); Green value is 55 (21.88% from 255 or 18.77% from 293); Blue value is 133 (52.34% from 255 or 45.39% from 293); Max value from RGB is 133 - color contains mainly: blue. Hex color #693785 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #693785 is #96C87A. Grayscale: #4E4E4E. Windows color (decimal): -9881723 or 8730473. OLE color: 8730473.

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

Color convert

RGB 105 55 133 -
CMYK 0.21 0.59 0 0.48
HSL 278.46º 0.41% 0.37% -
HSV(B) 278.46º 0.59% 0.52% -
XYZ 11.43 7.43 23.02 -
YUV 78.84 158.57 146.66 -
System Red Green Blue C M Y K H S L
Decimal 105 55 133 0.21 0.59 0 0.48 278.46 0.41 0.37
Hex 69 37 85 15 3B 0 30 116 29 25
Octal 151 67 205 25 73 0 60 426 51 45
Binary 1101001 110111 10000101 10101 111011 0 110000 100010110 101001 100101

Color Harmonies of #693785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693785

Black with #693785

Text Example


Text Example

White with #693785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693785; }

 p { color: rgb(105,55,133); }

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

background-color css

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

 a { background-color: rgb(105,55,133); }

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

border-color css

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

 span { border-color: rgb(105,55,133); }

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