Html Css Color HEX #693A84 Kingfisher Daisy

📋 copy color: '#693A84'

red 105 ◦ green 58 ◦ blue 132

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

Shades of Kingfisher Daisy #693A84

Tints of Kingfisher Daisy #693A84

RGB

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

 GREEN value IS 58 (23.05% from 255) = 19.66%

 BLUE value IS 132 (51.95% from 255) = 44.75%

R = 35.59%
G = 19.66%
B = 44.75%

CMYK

 C value IS 0.20

 M value IS 0.56

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#693A84 (or 0x693A84) is known color: Kingfisher Daisy. HEX triplet: 69, 3A and 84. RGB value is (105,58,132). Sum of RGB (Red+Green+Blue) = 105+58+132=295 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.59% from 295); Green value is 58 (23.05% from 255 or 19.66% from 295); Blue value is 132 (51.95% from 255 or 44.75% from 295); Max value from RGB is 132 - color contains mainly: blue. Hex color #693A84 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #693A84 is #96C57B. Grayscale: #505050. Windows color (decimal): -9880956 or 8665705. OLE color: 8665705.

HSL color Cylindrical-coordinate representation of color #693A84: hue angle of 278.11º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #693A84 is Cyan = 0.20, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 105 58 132 -
CMYK 0.20 0.56 0 0.48
HSL 278.11º 0.39% 0.37% -
HSV(B) 278.11º 0.56% 0.52% -
XYZ 11.5 7.7 22.71 -
YUV 80.49 157.07 145.48 -
System Red Green Blue C M Y K H S L
Decimal 105 58 132 0.20 0.56 0 0.48 278.11 0.39 0.37
Hex 69 3A 84 14 38 0 30 116 27 25
Octal 151 72 204 24 70 0 60 426 47 45
Binary 1101001 111010 10000100 10100 111000 0 110000 100010110 100111 100101

Color Harmonies of #693A84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693A84

Black with #693A84

Text Example


Text Example

White with #693A84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693A84; }

 p { color: rgb(105,58,132); }

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

background-color css

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

 a { background-color: rgb(105,58,132); }

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

border-color css

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

 span { border-color: rgb(105,58,132); }

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