Html Css Color HEX #6B61B8 Blue Marguerite

📋 copy color: '#6B61B8'

red 107 ◦ green 97 ◦ blue 184

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

Shades of Blue Marguerite #6B61B8

Tints of Blue Marguerite #6B61B8

RGB

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

 GREEN value IS 97 (38.28% from 255) = 25%

 BLUE value IS 184 (72.27% from 255) = 47.42%

R = 27.58%
G = 25%
B = 47.42%

CMYK

 C value IS 0.42

 M value IS 0.47

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#6B61B8 (or 0x6B61B8) is known color: Blue Marguerite. HEX triplet: 6B, 61 and B8. RGB value is (107,97,184). Sum of RGB (Red+Green+Blue) = 107+97+184=388 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.58% from 388); Green value is 97 (38.28% from 255 or 25% from 388); Blue value is 184 (72.27% from 255 or 47.42% from 388); Max value from RGB is 184 - color contains mainly: blue. Hex color #6B61B8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B61B8 is #949E47. Grayscale: #6D6D6D. Windows color (decimal): -9739848 or 12083563. OLE color: 12083563.

HSL color Cylindrical-coordinate representation of color #6B61B8: hue angle of 246.9º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6B61B8 is Cyan = 0.42, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 107 97 184 -
CMYK 0.42 0.47 0 0.28
HSL 246.9º 0.38% 0.55% -
HSV(B) 246.9º 0.47% 0.72% -
XYZ 18.99 15.14 47.27 -
YUV 109.91 169.81 125.93 -
System Red Green Blue C M Y K H S L
Decimal 107 97 184 0.42 0.47 0 0.28 246.9 0.38 0.55
Hex 6B 61 B8 2A 2F 0 1C F7 26 37
Octal 153 141 270 52 57 0 34 367 46 67
Binary 1101011 1100001 10111000 101010 101111 0 11100 11110111 100110 110111

Color Harmonies of #6B61B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B61B8

Black with #6B61B8

Text Example


Text Example

White with #6B61B8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,97,184); }

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

background-color css

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

 a { background-color: rgb(107,97,184); }

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

border-color css

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

 span { border-color: rgb(107,97,184); }

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