#6A85FD

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

Shades of Cornflower Blue #6A85FD

Tints of Cornflower Blue #6A85FD

Color information

#6A85FD (or 0x6A85FD) is unknown color: approx Cornflower Blue. HEX triplet: 6A, 85 and FD. RGB value is (106,133,253). Sum of RGB (Red+Green+Blue) = 106+133+253=492 (65% of max value = 765). Red value is 106 (41.80% from 255 or 21.54% from 492); Green value is 133 (52.34% from 255 or 27.03% from 492); Blue value is 253 (99.22% from 255 or 51.42% from 492); Max value from RGB is 253 - color contains mainly: blue. Hex color #6A85FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6A85FD is #957A02. Grayscale: #8A8A8A. Windows color (decimal): -9796099 or 16614762. OLE color: 16614762.

HSL color Cylindrical-coordinate representation of color #6A85FD: hue angle of 228.98º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6A85FD is Cyan = 0.58, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB106133253-
CMYK0.580.4700.01
HSL228.98º97.35%70.39%-
HSV(B)228.98º58.1%99.22%-
XYZ32.0626.9396.44-
YUV138.61192.55104.74-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 21.54%
GREEN value IS 133 (52.34% from 255) = 27.03%
BLUE value IS 253 (99.22% from 255) = 51.42%
R=21.54%
G=27.03%
B=51.42%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1061332530.580.4700.01228.9897.3570.39
Hex6A85FD3A2F01e56146
Octal152205375725701345141106
Binary11010101000010111111101111010101111011110010111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A85FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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