Html Css Color HEX #6B5CBF Blue Marguerite

📋 copy color: '#6B5CBF'

red 107 ◦ green 92 ◦ blue 191

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

Shades of Blue Marguerite #6B5CBF

Tints of Blue Marguerite #6B5CBF

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.59%

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

R = 27.44%
G = 23.59%
B = 48.97%

CMYK

 C value IS 0.44

 M value IS 0.52

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6B5CBF (or 0x6B5CBF) is known color: Blue Marguerite. HEX triplet: 6B, 5C and BF. RGB value is (107,92,191). Sum of RGB (Red+Green+Blue) = 107+92+191=390 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.44% from 390); Green value is 92 (36.33% from 255 or 23.59% from 390); Blue value is 191 (75% from 255 or 48.97% from 390); Max value from RGB is 191 - color contains mainly: blue. Hex color #6B5CBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B5CBF is #94A340. Grayscale: #6B6B6B. Windows color (decimal): -9741121 or 12541035. OLE color: 12541035.

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

Color convert

RGB 107 92 191 -
CMYK 0.44 0.52 0 0.25
HSL 249.09º 0.44% 0.55% -
HSV(B) 249.09º 0.52% 0.75% -
XYZ 19.29 14.54 51.08 -
YUV 107.77 174.97 127.45 -
System Red Green Blue C M Y K H S L
Decimal 107 92 191 0.44 0.52 0 0.25 249.09 0.44 0.55
Hex 6B 5C BF 2C 34 0 19 F9 2C 37
Octal 153 134 277 54 64 0 31 371 54 67
Binary 1101011 1011100 10111111 101100 110100 0 11001 11111001 101100 110111

Color Harmonies of #6B5CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B5CBF

Black with #6B5CBF

Text Example


Text Example

White with #6B5CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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