Html Css Color HEX #6F5ABC Blue Marguerite

📋 copy color: '#6F5ABC'

red 111 ◦ green 90 ◦ blue 188

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

Shades of Blue Marguerite #6F5ABC

Tints of Blue Marguerite #6F5ABC

RGB

 RED value IS 111 (43.75% from 255) = 28.53%

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

 BLUE value IS 188 (73.83% from 255) = 48.33%

R = 28.53%
G = 23.14%
B = 48.33%

CMYK

 C value IS 0.41

 M value IS 0.52

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6F5ABC (or 0x6F5ABC) is known color: Blue Marguerite. HEX triplet: 6F, 5A and BC. RGB value is (111,90,188). Sum of RGB (Red+Green+Blue) = 111+90+188=389 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.53% from 389); Green value is 90 (35.55% from 255 or 23.14% from 389); Blue value is 188 (73.83% from 255 or 48.33% from 389); Max value from RGB is 188 - color contains mainly: blue. Hex color #6F5ABC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F5ABC is #90A543. Grayscale: #6B6B6B. Windows color (decimal): -9479492 or 12343919. OLE color: 12343919.

HSL color Cylindrical-coordinate representation of color #6F5ABC: hue angle of 252.86º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6F5ABC is Cyan = 0.41, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 111 90 188 -
CMYK 0.41 0.52 0 0.26
HSL 252.86º 0.42% 0.55% -
HSV(B) 252.86º 0.52% 0.74% -
XYZ 19.29 14.32 49.32 -
YUV 107.45 173.46 130.53 -
System Red Green Blue C M Y K H S L
Decimal 111 90 188 0.41 0.52 0 0.26 252.86 0.42 0.55
Hex 6F 5A BC 29 34 0 1A FD 2A 37
Octal 157 132 274 51 64 0 32 375 52 67
Binary 1101111 1011010 10111100 101001 110100 0 11010 11111101 101010 110111

Color Harmonies of #6F5ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5ABC

Black with #6F5ABC

Text Example


Text Example

White with #6F5ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,90,188); }

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

background-color css

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

 a { background-color: rgb(111,90,188); }

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

border-color css

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

 span { border-color: rgb(111,90,188); }

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