Html Css Color HEX #6A5DBE Blue Marguerite

📋 copy color: '#6A5DBE'

red 106 ◦ green 93 ◦ blue 190

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

Shades of Blue Marguerite #6A5DBE

Tints of Blue Marguerite #6A5DBE

RGB

 RED value IS 106 (41.8% from 255) = 27.25%

 GREEN value IS 93 (36.72% from 255) = 23.91%

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

R = 27.25%
G = 23.91%
B = 48.84%

CMYK

 C value IS 0.44

 M value IS 0.51

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6A5DBE (or 0x6A5DBE) is known color: Blue Marguerite. HEX triplet: 6A, 5D and BE. RGB value is (106,93,190). Sum of RGB (Red+Green+Blue) = 106+93+190=389 (51% of max value = 765). Red value is 106 (41.80% from 255 or 27.25% from 389); Green value is 93 (36.72% from 255 or 23.91% from 389); Blue value is 190 (74.61% from 255 or 48.84% from 389); Max value from RGB is 190 - color contains mainly: blue. Hex color #6A5DBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A5DBE is #95A241. Grayscale: #6B6B6B. Windows color (decimal): -9806402 or 12475754. OLE color: 12475754.

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

Color convert

RGB 106 93 190 -
CMYK 0.44 0.51 0 0.25
HSL 248.04º 0.43% 0.55% -
HSV(B) 248.04º 0.51% 0.75% -
XYZ 19.15 14.61 50.53 -
YUV 107.95 174.31 126.61 -
System Red Green Blue C M Y K H S L
Decimal 106 93 190 0.44 0.51 0 0.25 248.04 0.43 0.55
Hex 6A 5D BE 2C 33 0 19 F8 2B 37
Octal 152 135 276 54 63 0 31 370 53 67
Binary 1101010 1011101 10111110 101100 110011 0 11001 11111000 101011 110111

Color Harmonies of #6A5DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A5DBE

Black with #6A5DBE

Text Example


Text Example

White with #6A5DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,93,190); }

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

background-color css

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

 a { background-color: rgb(106,93,190); }

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

border-color css

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

 span { border-color: rgb(106,93,190); }

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