Html Css Color HEX #6A2B89 Kingfisher Daisy

📋 copy color: '#6A2B89'

red 106 ◦ green 43 ◦ blue 137

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

Shades of Kingfisher Daisy #6A2B89

Tints of Kingfisher Daisy #6A2B89

RGB

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

 GREEN value IS 43 (17.19% from 255) = 15.03%

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

R = 37.06%
G = 15.03%
B = 47.9%

CMYK

 C value IS 0.23

 M value IS 0.69

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#6A2B89 (or 0x6A2B89) is known color: Kingfisher Daisy. HEX triplet: 6A, 2B and 89. RGB value is (106,43,137). Sum of RGB (Red+Green+Blue) = 106+43+137=286 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.06% from 286); Green value is 43 (17.19% from 255 or 15.03% from 286); Blue value is 137 (53.91% from 255 or 47.90% from 286); Max value from RGB is 137 - color contains mainly: blue. Hex color #6A2B89 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A2B89 is #95D476. Grayscale: #484848. Windows color (decimal): -9819255 or 8989546. OLE color: 8989546.

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

Color convert

RGB 106 43 137 -
CMYK 0.23 0.69 0 0.46
HSL 280.21º 0.52% 0.35% -
HSV(B) 280.21º 0.69% 0.54% -
XYZ 11.32 6.6 24.34 -
YUV 72.55 164.37 151.86 -
System Red Green Blue C M Y K H S L
Decimal 106 43 137 0.23 0.69 0 0.46 280.21 0.52 0.35
Hex 6A 2B 89 17 45 0 2E 118 34 23
Octal 152 53 211 27 105 0 56 430 64 43
Binary 1101010 101011 10001001 10111 1000101 0 101110 100011000 110100 100011

Color Harmonies of #6A2B89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A2B89

Black with #6A2B89

Text Example


Text Example

White with #6A2B89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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