Html Css Color HEX #6A2B88 Kingfisher Daisy

📋 copy color: '#6A2B88'

red 106 ◦ green 43 ◦ blue 136

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

Shades of Kingfisher Daisy #6A2B88

Tints of Kingfisher Daisy #6A2B88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 47.72%

R = 37.19%
G = 15.09%
B = 47.72%

CMYK

 C value IS 0.22

 M value IS 0.68

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#6A2B88 (or 0x6A2B88) is known color: Kingfisher Daisy. HEX triplet: 6A, 2B and 88. RGB value is (106,43,136). Sum of RGB (Red+Green+Blue) = 106+43+136=285 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.19% from 285); Green value is 43 (17.19% from 255 or 15.09% from 285); Blue value is 136 (53.52% from 255 or 47.72% from 285); Max value from RGB is 136 - color contains mainly: blue. Hex color #6A2B88 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A2B88 is #95D477. Grayscale: #484848. Windows color (decimal): -9819256 or 8924010. OLE color: 8924010.

HSL color Cylindrical-coordinate representation of color #6A2B88: hue angle of 280.65º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6A2B88 is Cyan = 0.22, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 106 43 136 -
CMYK 0.22 0.68 0 0.47
HSL 280.65º 0.52% 0.35% -
HSV(B) 280.65º 0.68% 0.53% -
XYZ 11.25 6.57 23.97 -
YUV 72.44 163.87 151.94 -
System Red Green Blue C M Y K H S L
Decimal 106 43 136 0.22 0.68 0 0.47 280.65 0.52 0.35
Hex 6A 2B 88 16 44 0 2F 119 34 23
Octal 152 53 210 26 104 0 57 431 64 43
Binary 1101010 101011 10001000 10110 1000100 0 101111 100011001 110100 100011

Color Harmonies of #6A2B88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A2B88

Black with #6A2B88

Text Example


Text Example

White with #6A2B88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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