Html Css Color HEX #6B5ABF Blue Marguerite

📋 copy color: '#6B5ABF'

red 107 ◦ green 90 ◦ blue 191

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

Shades of Blue Marguerite #6B5ABF

Tints of Blue Marguerite #6B5ABF

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.2%

 BLUE value IS 191 (75% from 255) = 49.23%

R = 27.58%
G = 23.2%
B = 49.23%

CMYK

 C value IS 0.44

 M value IS 0.53

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6B5ABF (or 0x6B5ABF) is known color: Blue Marguerite. HEX triplet: 6B, 5A and BF. RGB value is (107,90,191). Sum of RGB (Red+Green+Blue) = 107+90+191=388 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.58% from 388); Green value is 90 (35.55% from 255 or 23.20% from 388); Blue value is 191 (75% from 255 or 49.23% from 388); Max value from RGB is 191 - color contains mainly: blue. Hex color #6B5ABF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B5ABF is #94A540. Grayscale: #6A6A6A. Windows color (decimal): -9741633 or 12540523. OLE color: 12540523.

HSL color Cylindrical-coordinate representation of color #6B5ABF: hue angle of 250.1º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6B5ABF is Cyan = 0.44, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 107 90 191 -
CMYK 0.44 0.53 0 0.25
HSL 250.1º 0.44% 0.55% -
HSV(B) 250.1º 0.53% 0.75% -
XYZ 19.12 14.2 51.02 -
YUV 106.6 175.63 128.29 -
System Red Green Blue C M Y K H S L
Decimal 107 90 191 0.44 0.53 0 0.25 250.1 0.44 0.55
Hex 6B 5A BF 2C 35 0 19 FA 2C 37
Octal 153 132 277 54 65 0 31 372 54 67
Binary 1101011 1011010 10111111 101100 110101 0 11001 11111010 101100 110111

Color Harmonies of #6B5ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B5ABF

Black with #6B5ABF

Text Example


Text Example

White with #6B5ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,90,191); }

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

background-color css

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

 a { background-color: rgb(107,90,191); }

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

border-color css

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

 span { border-color: rgb(107,90,191); }

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