Html Css Color HEX #6A3784 Kingfisher Daisy

📋 copy color: '#6A3784'

red 106 ◦ green 55 ◦ blue 132

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

Shades of Kingfisher Daisy #6A3784

Tints of Kingfisher Daisy #6A3784

RGB

 RED value IS 106 (41.8% from 255) = 36.18%

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

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

R = 36.18%
G = 18.77%
B = 45.05%

CMYK

 C value IS 0.20

 M value IS 0.58

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#6A3784 (or 0x6A3784) is known color: Kingfisher Daisy. HEX triplet: 6A, 37 and 84. RGB value is (106,55,132). Sum of RGB (Red+Green+Blue) = 106+55+132=293 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.18% from 293); Green value is 55 (21.88% from 255 or 18.77% from 293); Blue value is 132 (51.95% from 255 or 45.05% from 293); Max value from RGB is 132 - color contains mainly: blue. Hex color #6A3784 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A3784 is #95C87B. Grayscale: #4E4E4E. Windows color (decimal): -9816188 or 8664938. OLE color: 8664938.

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

Color convert

RGB 106 55 132 -
CMYK 0.20 0.58 0 0.48
HSL 279.74º 0.41% 0.37% -
HSV(B) 279.74º 0.58% 0.52% -
XYZ 11.47 7.46 22.67 -
YUV 79.03 157.9 147.24 -
System Red Green Blue C M Y K H S L
Decimal 106 55 132 0.20 0.58 0 0.48 279.74 0.41 0.37
Hex 6A 37 84 14 3A 0 30 118 29 25
Octal 152 67 204 24 72 0 60 430 51 45
Binary 1101010 110111 10000100 10100 111010 0 110000 100011000 101001 100101

Color Harmonies of #6A3784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A3784

Black with #6A3784

Text Example


Text Example

White with #6A3784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6A3784; }

 p { color: rgb(106,55,132); }

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

background-color css

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

 a { background-color: rgb(106,55,132); }

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

border-color css

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

 span { border-color: rgb(106,55,132); }

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