Html Css Color HEX #6B348C Kingfisher Daisy

📋 copy color: '#6B348C'

red 107 ◦ green 52 ◦ blue 140

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

Shades of Kingfisher Daisy #6B348C

Tints of Kingfisher Daisy #6B348C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.39%

 BLUE value IS 140 (55.08% from 255) = 46.82%

R = 35.79%
G = 17.39%
B = 46.82%

CMYK

 C value IS 0.24

 M value IS 0.63

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6B348C (or 0x6B348C) is known color: Kingfisher Daisy. HEX triplet: 6B, 34 and 8C. RGB value is (107,52,140). Sum of RGB (Red+Green+Blue) = 107+52+140=299 (39% of max value = 765). Red value is 107 (42.19% from 255 or 35.79% from 299); Green value is 52 (20.70% from 255 or 17.39% from 299); Blue value is 140 (55.08% from 255 or 46.82% from 299); Max value from RGB is 140 - color contains mainly: blue. Hex color #6B348C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B348C is #94CB73. Grayscale: #4E4E4E. Windows color (decimal): -9751412 or 9188459. OLE color: 9188459.

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

Color convert

RGB 107 52 140 -
CMYK 0.24 0.63 0 0.45
HSL 277.5º 0.46% 0.38% -
HSV(B) 277.5º 0.63% 0.55% -
XYZ 12.03 7.48 25.62 -
YUV 78.48 162.72 148.34 -
System Red Green Blue C M Y K H S L
Decimal 107 52 140 0.24 0.63 0 0.45 277.5 0.46 0.38
Hex 6B 34 8C 18 3F 0 2D 116 2E 26
Octal 153 64 214 30 77 0 55 426 56 46
Binary 1101011 110100 10001100 11000 111111 0 101101 100010110 101110 100110

Color Harmonies of #6B348C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B348C

Black with #6B348C

Text Example


Text Example

White with #6B348C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,52,140); }

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

background-color css

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

 a { background-color: rgb(107,52,140); }

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

border-color css

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

 span { border-color: rgb(107,52,140); }

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