#6781FD

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

Shades of Cornflower Blue #6781FD

Tints of Cornflower Blue #6781FD

Color information

#6781FD (or 0x6781FD) is unknown color: approx Cornflower Blue. HEX triplet: 67, 81 and FD. RGB value is (103,129,253). Sum of RGB (Red+Green+Blue) = 103+129+253=485 (64% of max value = 765). Red value is 103 (40.62% from 255 or 21.24% from 485); Green value is 129 (50.78% from 255 or 26.60% from 485); Blue value is 253 (99.22% from 255 or 52.16% from 485); Max value from RGB is 253 - color contains mainly: blue. Hex color #6781FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6781FD is #987E02. Grayscale: #868686. Windows color (decimal): -9993731 or 16613735. OLE color: 16613735.

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

Color convert

RGB103129253-
CMYK0.590.4900.01
HSL229.6º97.4%69.8%-
HSV(B)229.6º59.29%99.22%-
XYZ31.1725.6896.24-
YUV135.36194.39104.92-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 21.24%
GREEN value IS 129 (50.78% from 255) = 26.60%
BLUE value IS 253 (99.22% from 255) = 52.16%
R=21.24%
G=26.60%
B=52.16%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1031292530.590.4900.01229.697.469.8
Hex6781FD3B3101e66146
Octal147201375736101346141106
Binary11001111000000111111101111011110001011110011011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6781FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6781FD; }

 p { color: rgb(103,129,253); }

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

<style>
 a { background-color: #6781FD; }

 a { background-color: rgb(103,129,253); }

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

<style>
 span { border-color: #6781FD; }

 span { border-color: rgb(103,129,253); }

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