Html Css Color HEX #6B5FBE Blue Marguerite

📋 copy color: '#6B5FBE'

red 107 ◦ green 95 ◦ blue 190

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

Shades of Blue Marguerite #6B5FBE

Tints of Blue Marguerite #6B5FBE

RGB

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

 GREEN value IS 95 (37.5% from 255) = 24.23%

 BLUE value IS 190 (74.61% from 255) = 48.47%

R = 27.3%
G = 24.23%
B = 48.47%

CMYK

 C value IS 0.44

 M value IS 0.5

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6B5FBE (or 0x6B5FBE) is known color: Blue Marguerite. HEX triplet: 6B, 5F and BE. RGB value is (107,95,190). Sum of RGB (Red+Green+Blue) = 107+95+190=392 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.30% from 392); Green value is 95 (37.5% from 255 or 24.23% from 392); Blue value is 190 (74.61% from 255 or 48.47% from 392); Max value from RGB is 190 - color contains mainly: blue. Hex color #6B5FBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B5FBE is #94A041. Grayscale: #6D6D6D. Windows color (decimal): -9740354 or 12476267. OLE color: 12476267.

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

Color convert

RGB 107 95 190 -
CMYK 0.44 0.5 0 0.25
HSL 247.58º 0.42% 0.56% -
HSV(B) 247.58º 0.5% 0.75% -
XYZ 19.45 15.03 50.59 -
YUV 109.42 173.48 126.28 -
System Red Green Blue C M Y K H S L
Decimal 107 95 190 0.44 0.5 0 0.25 247.58 0.42 0.56
Hex 6B 5F BE 2C 32 0 19 F8 2A 38
Octal 153 137 276 54 62 0 31 370 52 70
Binary 1101011 1011111 10111110 101100 110010 0 11001 11111000 101010 111000

Color Harmonies of #6B5FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B5FBE

Black with #6B5FBE

Text Example


Text Example

White with #6B5FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,95,190); }

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

background-color css

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

 a { background-color: rgb(107,95,190); }

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

border-color css

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

 span { border-color: rgb(107,95,190); }

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