Html Css Color HEX #6B65AC Blue Marguerite

📋 copy color: '#6B65AC'

red 107 ◦ green 101 ◦ blue 172

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

Shades of Blue Marguerite #6B65AC

Tints of Blue Marguerite #6B65AC

RGB

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

 GREEN value IS 101 (39.84% from 255) = 26.58%

 BLUE value IS 172 (67.58% from 255) = 45.26%

R = 28.16%
G = 26.58%
B = 45.26%

CMYK

 C value IS 0.38

 M value IS 0.41

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6B65AC (or 0x6B65AC) is known color: Blue Marguerite. HEX triplet: 6B, 65 and AC. RGB value is (107,101,172). Sum of RGB (Red+Green+Blue) = 107+101+172=380 (50% of max value = 765). Red value is 107 (42.19% from 255 or 28.16% from 380); Green value is 101 (39.84% from 255 or 26.58% from 380); Blue value is 172 (67.58% from 255 or 45.26% from 380); Max value from RGB is 172 - color contains mainly: blue. Hex color #6B65AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B65AC is #949A53. Grayscale: #6E6E6E. Windows color (decimal): -9738836 or 11298155. OLE color: 11298155.

HSL color Cylindrical-coordinate representation of color #6B65AC: hue angle of 245.07º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6B65AC is Cyan = 0.38, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 107 101 172 -
CMYK 0.38 0.41 0 0.33
HSL 245.07º 0.3% 0.54% -
HSV(B) 245.07º 0.41% 0.67% -
XYZ 18.16 15.41 41.05 -
YUV 110.89 162.49 125.23 -
System Red Green Blue C M Y K H S L
Decimal 107 101 172 0.38 0.41 0 0.33 245.07 0.3 0.54
Hex 6B 65 AC 26 29 0 21 F5 1E 36
Octal 153 145 254 46 51 0 41 365 36 66
Binary 1101011 1100101 10101100 100110 101001 0 100001 11110101 11110 110110

Color Harmonies of #6B65AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B65AC

Black with #6B65AC

Text Example


Text Example

White with #6B65AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,101,172); }

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

background-color css

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

 a { background-color: rgb(107,101,172); }

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

border-color css

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

 span { border-color: rgb(107,101,172); }

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