Html Css Color HEX #6A388B Kingfisher Daisy

📋 copy color: '#6A388B'

red 106 ◦ green 56 ◦ blue 139

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

Shades of Kingfisher Daisy #6A388B

Tints of Kingfisher Daisy #6A388B

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.6%

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

R = 35.22%
G = 18.6%
B = 46.18%

CMYK

 C value IS 0.24

 M value IS 0.60

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6A388B (or 0x6A388B) is known color: Kingfisher Daisy. HEX triplet: 6A, 38 and 8B. RGB value is (106,56,139). Sum of RGB (Red+Green+Blue) = 106+56+139=301 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.22% from 301); Green value is 56 (22.27% from 255 or 18.60% from 301); Blue value is 139 (54.69% from 255 or 46.18% from 301); Max value from RGB is 139 - color contains mainly: blue. Hex color #6A388B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A388B is #95C774. Grayscale: #505050. Windows color (decimal): -9815925 or 9123946. OLE color: 9123946.

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

Color convert

RGB 106 56 139 -
CMYK 0.24 0.60 0 0.45
HSL 276.14º 0.43% 0.38% -
HSV(B) 276.14º 0.6% 0.55% -
XYZ 12.02 7.76 25.29 -
YUV 80.41 161.07 146.25 -
System Red Green Blue C M Y K H S L
Decimal 106 56 139 0.24 0.60 0 0.45 276.14 0.43 0.38
Hex 6A 38 8B 18 3C 0 2D 114 2B 26
Octal 152 70 213 30 74 0 55 424 53 46
Binary 1101010 111000 10001011 11000 111100 0 101101 100010100 101011 100110

Color Harmonies of #6A388B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A388B

Black with #6A388B

Text Example


Text Example

White with #6A388B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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