Html Css Color HEX #6A2E89 Kingfisher Daisy

📋 copy color: '#6A2E89'

red 106 ◦ green 46 ◦ blue 137

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

Shades of Kingfisher Daisy #6A2E89

Tints of Kingfisher Daisy #6A2E89

RGB

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

 GREEN value IS 46 (18.36% from 255) = 15.92%

 BLUE value IS 137 (53.91% from 255) = 47.4%

R = 36.68%
G = 15.92%
B = 47.4%

CMYK

 C value IS 0.23

 M value IS 0.66

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#6A2E89 (or 0x6A2E89) is known color: Kingfisher Daisy. HEX triplet: 6A, 2E and 89. RGB value is (106,46,137). Sum of RGB (Red+Green+Blue) = 106+46+137=289 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.68% from 289); Green value is 46 (18.36% from 255 or 15.92% from 289); Blue value is 137 (53.91% from 255 or 47.40% from 289); Max value from RGB is 137 - color contains mainly: blue. Hex color #6A2E89 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A2E89 is #95D176. Grayscale: #4A4A4A. Windows color (decimal): -9818487 or 8990314. OLE color: 8990314.

HSL color Cylindrical-coordinate representation of color #6A2E89: hue angle of 279.56º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6A2E89 is Cyan = 0.23, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 106 46 137 -
CMYK 0.23 0.66 0 0.46
HSL 279.56º 0.5% 0.36% -
HSV(B) 279.56º 0.66% 0.54% -
XYZ 11.44 6.82 24.38 -
YUV 74.31 163.38 150.6 -
System Red Green Blue C M Y K H S L
Decimal 106 46 137 0.23 0.66 0 0.46 279.56 0.5 0.36
Hex 6A 2E 89 17 42 0 2E 118 32 24
Octal 152 56 211 27 102 0 56 430 62 44
Binary 1101010 101110 10001001 10111 1000010 0 101110 100011000 110010 100100

Color Harmonies of #6A2E89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A2E89

Black with #6A2E89

Text Example


Text Example

White with #6A2E89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,46,137); }

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

background-color css

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

 a { background-color: rgb(106,46,137); }

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

border-color css

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

 span { border-color: rgb(106,46,137); }

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