#6895F3

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

Shades of Cornflower Blue #6895F3

Tints of Cornflower Blue #6895F3

Color information

#6895F3 (or 0x6895F3) is unknown color: approx Cornflower Blue. HEX triplet: 68, 95 and F3. RGB value is (104,149,243). Sum of RGB (Red+Green+Blue) = 104+149+243=496 (65% of max value = 765). Red value is 104 (41.02% from 255 or 20.97% from 496); Green value is 149 (58.59% from 255 or 30.04% from 496); Blue value is 243 (95.31% from 255 or 48.99% from 496); Max value from RGB is 243 - color contains mainly: blue. Hex color #6895F3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6895F3 is #976A0C. Grayscale: #919191. Windows color (decimal): -9923085 or 15963496. OLE color: 15963496.

HSL color Cylindrical-coordinate representation of color #6895F3: hue angle of 220.58º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6895F3 is Cyan = 0.57, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB104149243-
CMYK0.570.3900.05
HSL220.58º85.28%68.04%-
HSV(B)220.58º57.2%95.29%-
XYZ32.6330.9189.04-
YUV146.26182.5997.86-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 20.97%
GREEN value IS 149 (58.59% from 255) = 30.04%
BLUE value IS 243 (95.31% from 255) = 48.99%
R=20.97%
G=30.04%
B=48.99%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1041492430.570.3900.05220.5885.2868.04
Hex6895F3392705dd5544
Octal150225363714705335125104
Binary1101000100101011111001111100110011101011101110110101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6895F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6895F3; }

 p { color: rgb(104,149,243); }

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

<style>
 a { background-color: #6895F3; }

 a { background-color: rgb(104,149,243); }

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

<style>
 span { border-color: #6895F3; }

 span { border-color: rgb(104,149,243); }

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