Html Css Color HEX #6B358A Kingfisher Daisy

📋 copy color: '#6B358A'

red 107 ◦ green 53 ◦ blue 138

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

Shades of Kingfisher Daisy #6B358A

Tints of Kingfisher Daisy #6B358A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.79%

 BLUE value IS 138 (54.3% from 255) = 46.31%

R = 35.91%
G = 17.79%
B = 46.31%

CMYK

 C value IS 0.22

 M value IS 0.62

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#6B358A (or 0x6B358A) is known color: Kingfisher Daisy. HEX triplet: 6B, 35 and 8A. RGB value is (107,53,138). Sum of RGB (Red+Green+Blue) = 107+53+138=298 (39% of max value = 765). Red value is 107 (42.19% from 255 or 35.91% from 298); Green value is 53 (21.09% from 255 or 17.79% from 298); Blue value is 138 (54.30% from 255 or 46.31% from 298); Max value from RGB is 138 - color contains mainly: blue. Hex color #6B358A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B358A is #94CA75. Grayscale: #4E4E4E. Windows color (decimal): -9751158 or 9057643. OLE color: 9057643.

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

Color convert

RGB 107 53 138 -
CMYK 0.22 0.62 0 0.46
HSL 278.12º 0.45% 0.37% -
HSV(B) 278.12º 0.62% 0.54% -
XYZ 11.92 7.51 24.87 -
YUV 78.84 161.39 148.09 -
System Red Green Blue C M Y K H S L
Decimal 107 53 138 0.22 0.62 0 0.46 278.12 0.45 0.37
Hex 6B 35 8A 16 3E 0 2E 116 2D 25
Octal 153 65 212 26 76 0 56 426 55 45
Binary 1101011 110101 10001010 10110 111110 0 101110 100010110 101101 100101

Color Harmonies of #6B358A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B358A

Black with #6B358A

Text Example


Text Example

White with #6B358A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,53,138); }

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

background-color css

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

 a { background-color: rgb(107,53,138); }

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

border-color css

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

 span { border-color: rgb(107,53,138); }

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