Html Css Color HEX #6A60BC Blue Marguerite

📋 copy color: '#6A60BC'

red 106 ◦ green 96 ◦ blue 188

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

Shades of Blue Marguerite #6A60BC

Tints of Blue Marguerite #6A60BC

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24.62%

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

R = 27.18%
G = 24.62%
B = 48.21%

CMYK

 C value IS 0.44

 M value IS 0.49

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6A60BC (or 0x6A60BC) is known color: Blue Marguerite. HEX triplet: 6A, 60 and BC. RGB value is (106,96,188). Sum of RGB (Red+Green+Blue) = 106+96+188=390 (51% of max value = 765). Red value is 106 (41.80% from 255 or 27.18% from 390); Green value is 96 (37.89% from 255 or 24.62% from 390); Blue value is 188 (73.83% from 255 or 48.21% from 390); Max value from RGB is 188 - color contains mainly: blue. Hex color #6A60BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A60BC is #959F43. Grayscale: #6D6D6D. Windows color (decimal): -9805636 or 12345450. OLE color: 12345450.

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

Color convert

RGB 106 96 188 -
CMYK 0.44 0.49 0 0.26
HSL 246.52º 0.41% 0.56% -
HSV(B) 246.52º 0.49% 0.74% -
XYZ 19.2 15.06 49.47 -
YUV 109.48 172.31 125.52 -
System Red Green Blue C M Y K H S L
Decimal 106 96 188 0.44 0.49 0 0.26 246.52 0.41 0.56
Hex 6A 60 BC 2C 31 0 1A F7 29 38
Octal 152 140 274 54 61 0 32 367 51 70
Binary 1101010 1100000 10111100 101100 110001 0 11010 11110111 101001 111000

Color Harmonies of #6A60BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A60BC

Black with #6A60BC

Text Example


Text Example

White with #6A60BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,96,188); }

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

background-color css

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

 a { background-color: rgb(106,96,188); }

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

border-color css

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

 span { border-color: rgb(106,96,188); }

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