Html Css Color HEX #6F65BC Blue Marguerite

📋 copy color: '#6F65BC'

red 111 ◦ green 101 ◦ blue 188

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

Shades of Blue Marguerite #6F65BC

Tints of Blue Marguerite #6F65BC

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25.25%

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

R = 27.75%
G = 25.25%
B = 47%

CMYK

 C value IS 0.41

 M value IS 0.46

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6F65BC (or 0x6F65BC) is known color: Blue Marguerite. HEX triplet: 6F, 65 and BC. RGB value is (111,101,188). Sum of RGB (Red+Green+Blue) = 111+101+188=400 (52% of max value = 765). Red value is 111 (43.75% from 255 or 27.75% from 400); Green value is 101 (39.84% from 255 or 25.25% from 400); Blue value is 188 (73.83% from 255 or 47% from 400); Max value from RGB is 188 - color contains mainly: blue. Hex color #6F65BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F65BC is #909A43. Grayscale: #717171. Windows color (decimal): -9476676 or 12346735. OLE color: 12346735.

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

Color convert

RGB 111 101 188 -
CMYK 0.41 0.46 0 0.26
HSL 246.9º 0.39% 0.57% -
HSV(B) 246.9º 0.46% 0.74% -
XYZ 20.29 16.32 49.66 -
YUV 113.91 169.81 125.93 -
System Red Green Blue C M Y K H S L
Decimal 111 101 188 0.41 0.46 0 0.26 246.9 0.39 0.57
Hex 6F 65 BC 29 2E 0 1A F7 27 39
Octal 157 145 274 51 56 0 32 367 47 71
Binary 1101111 1100101 10111100 101001 101110 0 11010 11110111 100111 111001

Color Harmonies of #6F65BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F65BC

Black with #6F65BC

Text Example


Text Example

White with #6F65BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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