Html Css Color HEX #6A2891 Kingfisher Daisy

📋 copy color: '#6A2891'

red 106 ◦ green 40 ◦ blue 145

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

Shades of Kingfisher Daisy #6A2891

Tints of Kingfisher Daisy #6A2891

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.75%

 BLUE value IS 145 (57.03% from 255) = 49.83%

R = 36.43%
G = 13.75%
B = 49.83%

CMYK

 C value IS 0.27

 M value IS 0.72

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#6A2891 (or 0x6A2891) is known color: Kingfisher Daisy. HEX triplet: 6A, 28 and 91. RGB value is (106,40,145). Sum of RGB (Red+Green+Blue) = 106+40+145=291 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.43% from 291); Green value is 40 (16.02% from 255 or 13.75% from 291); Blue value is 145 (57.03% from 255 or 49.83% from 291); Max value from RGB is 145 - color contains mainly: blue. Hex color #6A2891 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A2891 is #95D76E. Grayscale: #474747. Windows color (decimal): -9820015 or 9513066. OLE color: 9513066.

HSL color Cylindrical-coordinate representation of color #6A2891: hue angle of 277.71º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6A2891 is Cyan = 0.27, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 106 40 145 -
CMYK 0.27 0.72 0 0.43
HSL 277.71º 0.57% 0.36% -
HSV(B) 277.71º 0.72% 0.57% -
XYZ 11.81 6.63 27.44 -
YUV 71.7 169.37 152.46 -
System Red Green Blue C M Y K H S L
Decimal 106 40 145 0.27 0.72 0 0.43 277.71 0.57 0.36
Hex 6A 28 91 1B 48 0 2B 116 39 24
Octal 152 50 221 33 110 0 53 426 71 44
Binary 1101010 101000 10010001 11011 1001000 0 101011 100010110 111001 100100

Color Harmonies of #6A2891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A2891

Black with #6A2891

Text Example


Text Example

White with #6A2891

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,40,145); }

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

background-color css

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

 a { background-color: rgb(106,40,145); }

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

border-color css

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

 span { border-color: rgb(106,40,145); }

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