Html Css Color HEX #693A82 Kingfisher Daisy

📋 copy color: '#693A82'

red 105 ◦ green 58 ◦ blue 130

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

Shades of Kingfisher Daisy #693A82

Tints of Kingfisher Daisy #693A82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 44.37%

R = 35.84%
G = 19.8%
B = 44.37%

CMYK

 C value IS 0.19

 M value IS 0.55

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#693A82 (or 0x693A82) is known color: Kingfisher Daisy. HEX triplet: 69, 3A and 82. RGB value is (105,58,130). Sum of RGB (Red+Green+Blue) = 105+58+130=293 (38% of max value = 765). Red value is 105 (41.41% from 255 or 35.84% from 293); Green value is 58 (23.05% from 255 or 19.80% from 293); Blue value is 130 (51.17% from 255 or 44.37% from 293); Max value from RGB is 130 - color contains mainly: blue. Hex color #693A82 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #693A82 is #96C57D. Grayscale: #505050. Windows color (decimal): -9880958 or 8534633. OLE color: 8534633.

HSL color Cylindrical-coordinate representation of color #693A82: hue angle of 279.17º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #693A82 is Cyan = 0.19, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 105 58 130 -
CMYK 0.19 0.55 0 0.49
HSL 279.17º 0.38% 0.37% -
HSV(B) 279.17º 0.55% 0.51% -
XYZ 11.37 7.64 21.99 -
YUV 80.26 156.07 145.65 -
System Red Green Blue C M Y K H S L
Decimal 105 58 130 0.19 0.55 0 0.49 279.17 0.38 0.37
Hex 69 3A 82 13 37 0 31 117 26 25
Octal 151 72 202 23 67 0 61 427 46 45
Binary 1101001 111010 10000010 10011 110111 0 110001 100010111 100110 100101

Color Harmonies of #693A82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693A82

Black with #693A82

Text Example


Text Example

White with #693A82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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