Html Css Color HEX #6B65AB Blue Marguerite

📋 copy color: '#6B65AB'

red 107 ◦ green 101 ◦ blue 171

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

Shades of Blue Marguerite #6B65AB

Tints of Blue Marguerite #6B65AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 45.12%

R = 28.23%
G = 26.65%
B = 45.12%

CMYK

 C value IS 0.37

 M value IS 0.41

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6B65AB (or 0x6B65AB) is known color: Blue Marguerite. HEX triplet: 6B, 65 and AB. RGB value is (107,101,171). Sum of RGB (Red+Green+Blue) = 107+101+171=379 (50% of max value = 765). Red value is 107 (42.19% from 255 or 28.23% from 379); Green value is 101 (39.84% from 255 or 26.65% from 379); Blue value is 171 (67.19% from 255 or 45.12% from 379); Max value from RGB is 171 - color contains mainly: blue. Hex color #6B65AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B65AB is #949A54. Grayscale: #6E6E6E. Windows color (decimal): -9738837 or 11232619. OLE color: 11232619.

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

Color convert

RGB 107 101 171 -
CMYK 0.37 0.41 0 0.33
HSL 245.14º 0.29% 0.53% -
HSV(B) 245.14º 0.41% 0.67% -
XYZ 18.07 15.37 40.54 -
YUV 110.77 161.99 125.31 -
System Red Green Blue C M Y K H S L
Decimal 107 101 171 0.37 0.41 0 0.33 245.14 0.29 0.53
Hex 6B 65 AB 25 29 0 21 F5 1D 35
Octal 153 145 253 45 51 0 41 365 35 65
Binary 1101011 1100101 10101011 100101 101001 0 100001 11110101 11101 110101

Color Harmonies of #6B65AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B65AB

Black with #6B65AB

Text Example


Text Example

White with #6B65AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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