Html Css Color HEX #6A3886 Kingfisher Daisy

📋 copy color: '#6A3886'

red 106 ◦ green 56 ◦ blue 134

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

Shades of Kingfisher Daisy #6A3886

Tints of Kingfisher Daisy #6A3886

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.92%

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

R = 35.81%
G = 18.92%
B = 45.27%

CMYK

 C value IS 0.21

 M value IS 0.58

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#6A3886 (or 0x6A3886) is known color: Kingfisher Daisy. HEX triplet: 6A, 38 and 86. RGB value is (106,56,134). Sum of RGB (Red+Green+Blue) = 106+56+134=296 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.81% from 296); Green value is 56 (22.27% from 255 or 18.92% from 296); Blue value is 134 (52.73% from 255 or 45.27% from 296); Max value from RGB is 134 - color contains mainly: blue. Hex color #6A3886 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A3886 is #95C779. Grayscale: #4F4F4F. Windows color (decimal): -9815930 or 8796266. OLE color: 8796266.

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

Color convert

RGB 106 56 134 -
CMYK 0.21 0.58 0 0.47
HSL 278.46º 0.41% 0.37% -
HSV(B) 278.46º 0.58% 0.53% -
XYZ 11.66 7.61 23.41 -
YUV 79.84 158.57 146.66 -
System Red Green Blue C M Y K H S L
Decimal 106 56 134 0.21 0.58 0 0.47 278.46 0.41 0.37
Hex 6A 38 86 15 3A 0 2F 116 29 25
Octal 152 70 206 25 72 0 57 426 51 45
Binary 1101010 111000 10000110 10101 111010 0 101111 100010110 101001 100101

Color Harmonies of #6A3886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A3886

Black with #6A3886

Text Example


Text Example

White with #6A3886

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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