Html Css Color HEX #6A3986 Kingfisher Daisy

📋 copy color: '#6A3986'

red 106 ◦ green 57 ◦ blue 134

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

Shades of Kingfisher Daisy #6A3986

Tints of Kingfisher Daisy #6A3986

RGB

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

 GREEN value IS 57 (22.66% from 255) = 19.19%

 BLUE value IS 134 (52.73% from 255) = 45.12%

R = 35.69%
G = 19.19%
B = 45.12%

CMYK

 C value IS 0.21

 M value IS 0.57

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#6A3986 (or 0x6A3986) is known color: Kingfisher Daisy. HEX triplet: 6A, 39 and 86. RGB value is (106,57,134). Sum of RGB (Red+Green+Blue) = 106+57+134=297 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.69% from 297); Green value is 57 (22.66% from 255 or 19.19% from 297); Blue value is 134 (52.73% from 255 or 45.12% from 297); Max value from RGB is 134 - color contains mainly: blue. Hex color #6A3986 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A3986 is #95C679. Grayscale: #505050. Windows color (decimal): -9815674 or 8796522. OLE color: 8796522.

HSL color Cylindrical-coordinate representation of color #6A3986: hue angle of 278.18º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6A3986 is Cyan = 0.21, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 106 57 134 -
CMYK 0.21 0.57 0 0.47
HSL 278.18º 0.4% 0.37% -
HSV(B) 278.18º 0.57% 0.53% -
XYZ 11.71 7.71 23.43 -
YUV 80.43 158.23 146.24 -
System Red Green Blue C M Y K H S L
Decimal 106 57 134 0.21 0.57 0 0.47 278.18 0.4 0.37
Hex 6A 39 86 15 39 0 2F 116 28 25
Octal 152 71 206 25 71 0 57 426 50 45
Binary 1101010 111001 10000110 10101 111001 0 101111 100010110 101000 100101

Color Harmonies of #6A3986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A3986

Black with #6A3986

Text Example


Text Example

White with #6A3986

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,57,134); }

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

background-color css

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

 a { background-color: rgb(106,57,134); }

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

border-color css

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

 span { border-color: rgb(106,57,134); }

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