#6a65be

Color #6A65BE Blue Marguerite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Marguerite #6A65BE

Tints of Blue Marguerite #6A65BE

Color information

#6A65BE (or 0x6A65BE) is unknown color: approx Blue Marguerite. HEX triplet: 6A, 65 and BE. RGB value is (106,101,190). Sum of RGB (Red+Green+Blue) = 106+101+190=397 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.70% from 397); Green value is 101 (39.84% from 255 or 25.44% from 397); Blue value is 190 (74.61% from 255 or 47.86% from 397); Max value from RGB is 190 - color contains mainly: blue. Hex color #6A65BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A65BE is #959A41. Grayscale: #707070. Windows color (decimal): -9804354 or 12477802. OLE color: 12477802.

HSL color Cylindrical-coordinate representation of color #6A65BE: hue angle of 243.37º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6A65BE is Cyan = 0.44, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB106101190-
CMYK0.440.4700.25
HSL243.37º40.64%57.06%-
HSV(B)243.37º46.84%74.51%-
XYZ19.8916.0950.77-
YUV112.64171.66123.26-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 26.70%
GREEN value IS 101 (39.84% from 255) = 25.44%
BLUE value IS 190 (74.61% from 255) = 47.86%
R=26.70%
G=25.44%
B=47.86%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1061011900.440.4700.25243.3740.6457.06
Hex6A65BE2C2F019f32939
Octal15214527654570313635171
Binary110101011001011011111010110010111101100111110011101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6a65be

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,101,190); }

 H1.HeaderClassName
 {
   color: #6a65be;
 }
 .AnyTagClassName
 {
   color: #6a65be;
 }
</style>
background-color css

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

 a { background-color: rgb(106,101,190); }

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

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

 span { border-color: rgb(106,101,190); }

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