Html Css Color HEX #693184 Kingfisher Daisy

📋 copy color: '#693184'

red 105 ◦ green 49 ◦ blue 132

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

Shades of Kingfisher Daisy #693184

Tints of Kingfisher Daisy #693184

RGB

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

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

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

R = 36.71%
G = 17.13%
B = 46.15%

CMYK

 C value IS 0.20

 M value IS 0.63

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#693184 (or 0x693184) is known color: Kingfisher Daisy. HEX triplet: 69, 31 and 84. RGB value is (105,49,132). Sum of RGB (Red+Green+Blue) = 105+49+132=286 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.71% from 286); Green value is 49 (19.53% from 255 or 17.13% from 286); Blue value is 132 (51.95% from 255 or 46.15% from 286); Max value from RGB is 132 - color contains mainly: blue. Hex color #693184 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #693184 is #96CE7B. Grayscale: #4A4A4A. Windows color (decimal): -9883260 or 8663401. OLE color: 8663401.

HSL color Cylindrical-coordinate representation of color #693184: hue angle of 280.48º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #693184 is Cyan = 0.20, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 105 49 132 -
CMYK 0.20 0.63 0 0.48
HSL 280.48º 0.46% 0.35% -
HSV(B) 280.48º 0.63% 0.52% -
XYZ 11.09 6.87 22.57 -
YUV 75.21 160.05 149.25 -
System Red Green Blue C M Y K H S L
Decimal 105 49 132 0.20 0.63 0 0.48 280.48 0.46 0.35
Hex 69 31 84 14 3F 0 30 118 2E 23
Octal 151 61 204 24 77 0 60 430 56 43
Binary 1101001 110001 10000100 10100 111111 0 110000 100011000 101110 100011

Color Harmonies of #693184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693184

Black with #693184

Text Example


Text Example

White with #693184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693184; }

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

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

background-color css

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

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

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

border-color css

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

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

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