#6785F1

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

Shades of Cornflower Blue #6785F1

Tints of Cornflower Blue #6785F1

Color information

#6785F1 (or 0x6785F1) is unknown color: approx Cornflower Blue. HEX triplet: 67, 85 and F1. RGB value is (103,133,241). Sum of RGB (Red+Green+Blue) = 103+133+241=477 (63% of max value = 765). Red value is 103 (40.62% from 255 or 21.59% from 477); Green value is 133 (52.34% from 255 or 27.88% from 477); Blue value is 241 (94.53% from 255 or 50.52% from 477); Max value from RGB is 241 - color contains mainly: blue. Hex color #6785F1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6785F1 is #987A0E. Grayscale: #878787. Windows color (decimal): -9992719 or 15828327. OLE color: 15828327.

HSL color Cylindrical-coordinate representation of color #6785F1: hue angle of 226.96º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6785F1 is Cyan = 0.57, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB103133241-
CMYK0.570.4500.05
HSL226.96º83.13%67.45%-
HSV(B)226.96º57.26%94.51%-
XYZ29.8626.0186.67-
YUV136.34187.06104.22-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 21.59%
GREEN value IS 133 (52.34% from 255) = 27.88%
BLUE value IS 241 (94.53% from 255) = 50.52%
R=21.59%
G=27.88%
B=50.52%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1031332410.570.4500.05226.9683.1367.45
Hex6785F1392D05e35343
Octal147205361715505343123103
Binary1100111100001011111000111100110110101011110001110100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6785F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6785F1; }

 p { color: rgb(103,133,241); }

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

<style>
 a { background-color: #6785F1; }

 a { background-color: rgb(103,133,241); }

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

<style>
 span { border-color: #6785F1; }

 span { border-color: rgb(103,133,241); }

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