#6A85DD

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

Shades of Cornflower Blue #6A85DD

Tints of Cornflower Blue #6A85DD

Color information

#6A85DD (or 0x6A85DD) is unknown color: approx Cornflower Blue. HEX triplet: 6A, 85 and DD. RGB value is (106,133,221). Sum of RGB (Red+Green+Blue) = 106+133+221=460 (60% of max value = 765). Red value is 106 (41.80% from 255 or 23.04% from 460); Green value is 133 (52.34% from 255 or 28.91% from 460); Blue value is 221 (86.72% from 255 or 48.04% from 460); Max value from RGB is 221 - color contains mainly: blue. Hex color #6A85DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6A85DD is #957A22. Grayscale: #868686. Windows color (decimal): -9796131 or 14517610. OLE color: 14517610.

HSL color Cylindrical-coordinate representation of color #6A85DD: hue angle of 225.91º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6A85DD is Cyan = 0.52, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB106133221-
CMYK0.520.4000.13
HSL225.91º62.84%64.12%-
HSV(B)225.91º52.04%86.67%-
XYZ27.3825.0671.8-
YUV134.96176.55107.34-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 23.04%
GREEN value IS 133 (52.34% from 255) = 28.91%
BLUE value IS 221 (86.72% from 255) = 48.04%
R=23.04%
G=28.91%
B=48.04%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1061332210.520.4000.13225.9162.8464.12
Hex6A85DD34280De23f40
Octal152205335645001534277100
Binary1101010100001011101110111010010100001101111000101111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A85DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,133,221); }

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

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

 a { background-color: rgb(106,133,221); }

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

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

 span { border-color: rgb(106,133,221); }

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