Html Css Color HEX #6A398B Kingfisher Daisy

📋 copy color: '#6A398B'

red 106 ◦ green 57 ◦ blue 139

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

Shades of Kingfisher Daisy #6A398B

Tints of Kingfisher Daisy #6A398B

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.87%

 BLUE value IS 139 (54.69% from 255) = 46.03%

R = 35.1%
G = 18.87%
B = 46.03%

CMYK

 C value IS 0.24

 M value IS 0.59

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6A398B (or 0x6A398B) is known color: Kingfisher Daisy. HEX triplet: 6A, 39 and 8B. RGB value is (106,57,139). Sum of RGB (Red+Green+Blue) = 106+57+139=302 (40% of max value = 765). Red value is 106 (41.80% from 255 or 35.10% from 302); Green value is 57 (22.66% from 255 or 18.87% from 302); Blue value is 139 (54.69% from 255 or 46.03% from 302); Max value from RGB is 139 - color contains mainly: blue. Hex color #6A398B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A398B is #95C674. Grayscale: #505050. Windows color (decimal): -9815669 or 9124202. OLE color: 9124202.

HSL color Cylindrical-coordinate representation of color #6A398B: hue angle of 275.85º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6A398B is Cyan = 0.24, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 106 57 139 -
CMYK 0.24 0.59 0 0.45
HSL 275.85º 0.42% 0.38% -
HSV(B) 275.85º 0.59% 0.55% -
XYZ 12.07 7.85 25.31 -
YUV 81 160.73 145.83 -
System Red Green Blue C M Y K H S L
Decimal 106 57 139 0.24 0.59 0 0.45 275.85 0.42 0.38
Hex 6A 39 8B 18 3B 0 2D 114 2A 26
Octal 152 71 213 30 73 0 55 424 52 46
Binary 1101010 111001 10001011 11000 111011 0 101101 100010100 101010 100110

Color Harmonies of #6A398B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A398B

Black with #6A398B

Text Example


Text Example

White with #6A398B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,57,139); }

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

background-color css

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

 a { background-color: rgb(106,57,139); }

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

border-color css

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

 span { border-color: rgb(106,57,139); }

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