Html Css Color HEX #6953B5 Blue Marguerite

📋 copy color: '#6953B5'

red 105 ◦ green 83 ◦ blue 181

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

Shades of Blue Marguerite #6953B5

Tints of Blue Marguerite #6953B5

RGB

 RED value IS 105 (41.41% from 255) = 28.46%

 GREEN value IS 83 (32.81% from 255) = 22.49%

 BLUE value IS 181 (71.09% from 255) = 49.05%

R = 28.46%
G = 22.49%
B = 49.05%

CMYK

 C value IS 0.42

 M value IS 0.54

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#6953B5 (or 0x6953B5) is known color: Blue Marguerite. HEX triplet: 69, 53 and B5. RGB value is (105,83,181). Sum of RGB (Red+Green+Blue) = 105+83+181=369 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.46% from 369); Green value is 83 (32.81% from 255 or 22.49% from 369); Blue value is 181 (71.09% from 255 or 49.05% from 369); Max value from RGB is 181 - color contains mainly: blue. Hex color #6953B5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6953B5 is #96AC4A. Grayscale: #646464. Windows color (decimal): -9874507 or 11883369. OLE color: 11883369.

HSL color Cylindrical-coordinate representation of color #6953B5: hue angle of 253.47º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6953B5 is Cyan = 0.42, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 105 83 181 -
CMYK 0.42 0.54 0 0.29
HSL 253.47º 0.4% 0.52% -
HSV(B) 253.47º 0.54% 0.71% -
XYZ 17.26 12.53 45.22 -
YUV 100.75 173.29 131.03 -
System Red Green Blue C M Y K H S L
Decimal 105 83 181 0.42 0.54 0 0.29 253.47 0.4 0.52
Hex 69 53 B5 2A 36 0 1D FD 28 34
Octal 151 123 265 52 66 0 35 375 50 64
Binary 1101001 1010011 10110101 101010 110110 0 11101 11111101 101000 110100

Color Harmonies of #6953B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6953B5

Black with #6953B5

Text Example


Text Example

White with #6953B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6953B5; }

 p { color: rgb(105,83,181); }

 H1.HeaderClassName
 {
   color: #6953B5;
 }
 .AnyTagClassName
 {
   color: #6953B5;
 }
</style>

background-color css

<style>
 a { background-color: #6953B5; }

 a { background-color: rgb(105,83,181); }

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

border-color css

<style>
 span { border-color: #6953B5; }

 span { border-color: rgb(105,83,181); }

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