Html Css Color HEX #6B3289 Kingfisher Daisy

📋 copy color: '#6B3289'

red 107 ◦ green 50 ◦ blue 137

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

Shades of Kingfisher Daisy #6B3289

Tints of Kingfisher Daisy #6B3289

RGB

 RED value IS 107 (42.19% from 255) = 36.39%

 GREEN value IS 50 (19.92% from 255) = 17.01%

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

R = 36.39%
G = 17.01%
B = 46.6%

CMYK

 C value IS 0.22

 M value IS 0.64

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#6B3289 (or 0x6B3289) is known color: Kingfisher Daisy. HEX triplet: 6B, 32 and 89. RGB value is (107,50,137). Sum of RGB (Red+Green+Blue) = 107+50+137=294 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.39% from 294); Green value is 50 (19.92% from 255 or 17.01% from 294); Blue value is 137 (53.91% from 255 or 46.60% from 294); Max value from RGB is 137 - color contains mainly: blue. Hex color #6B3289 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B3289 is #94CD76. Grayscale: #4C4C4C. Windows color (decimal): -9751927 or 8991339. OLE color: 8991339.

HSL color Cylindrical-coordinate representation of color #6B3289: hue angle of 279.31º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6B3289 is Cyan = 0.22, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 107 50 137 -
CMYK 0.22 0.64 0 0.46
HSL 279.31º 0.47% 0.37% -
HSV(B) 279.31º 0.64% 0.54% -
XYZ 11.72 7.21 24.44 -
YUV 76.96 161.88 149.43 -
System Red Green Blue C M Y K H S L
Decimal 107 50 137 0.22 0.64 0 0.46 279.31 0.47 0.37
Hex 6B 32 89 16 40 0 2E 117 2F 25
Octal 153 62 211 26 100 0 56 427 57 45
Binary 1101011 110010 10001001 10110 1000000 0 101110 100010111 101111 100101

Color Harmonies of #6B3289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B3289

Black with #6B3289

Text Example


Text Example

White with #6B3289

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,50,137); }

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

background-color css

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

 a { background-color: rgb(107,50,137); }

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

border-color css

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

 span { border-color: rgb(107,50,137); }

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