#6C65AF

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

Shades of Blue Marguerite #6C65AF

Tints of Blue Marguerite #6C65AF

Color information

#6C65AF (or 0x6C65AF) is unknown color: approx Blue Marguerite. HEX triplet: 6C, 65 and AF. RGB value is (108,101,175). Sum of RGB (Red+Green+Blue) = 108+101+175=384 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.12% from 384); Green value is 101 (39.84% from 255 or 26.30% from 384); Blue value is 175 (68.75% from 255 or 45.57% from 384); Max value from RGB is 175 - color contains mainly: blue. Hex color #6C65AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C65AF is #939A50. Grayscale: #6F6F6F. Windows color (decimal): -9673297 or 11494764. OLE color: 11494764.

HSL color Cylindrical-coordinate representation of color #6C65AF: hue angle of 245.68º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6C65AF is Cyan = 0.38, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB108101175-
CMYK0.380.4200.31
HSL245.68º31.62%54.12%-
HSV(B)245.68º42.29%68.63%-
XYZ18.5815.5942.59-
YUV111.53163.82125.48-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 28.12%
GREEN value IS 101 (39.84% from 255) = 26.30%
BLUE value IS 175 (68.75% from 255) = 45.57%
R=28.12%
G=26.30%
B=45.57%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1081011750.380.4200.31245.6831.6254.12
Hex6C65AF262A01Ff62036
Octal15414525746520373664066
Binary110110011001011010111110011010101001111111110110100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C65AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,101,175); }

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

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

 a { background-color: rgb(108,101,175); }

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

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

 span { border-color: rgb(108,101,175); }

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