#6782F2

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

Shades of Cornflower Blue #6782F2

Tints of Cornflower Blue #6782F2

Color information

#6782F2 (or 0x6782F2) is unknown color: approx Cornflower Blue. HEX triplet: 67, 82 and F2. RGB value is (103,130,242). Sum of RGB (Red+Green+Blue) = 103+130+242=475 (62% of max value = 765). Red value is 103 (40.62% from 255 or 21.68% from 475); Green value is 130 (51.17% from 255 or 27.37% from 475); Blue value is 242 (94.92% from 255 or 50.95% from 475); Max value from RGB is 242 - color contains mainly: blue. Hex color #6782F2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6782F2 is #987D0D. Grayscale: #868686. Windows color (decimal): -9993486 or 15893095. OLE color: 15893095.

HSL color Cylindrical-coordinate representation of color #6782F2: hue angle of 228.35º degrees, saturation: 0.84, 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 #6782F2 is Cyan = 0.57, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB103130242-
CMYK0.570.4600.05
HSL228.35º84.24%67.65%-
HSV(B)228.35º57.44%94.9%-
XYZ29.625.2687.32-
YUV134.7188.55105.39-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 21.68%
GREEN value IS 130 (51.17% from 255) = 27.37%
BLUE value IS 242 (94.92% from 255) = 50.95%
R=21.68%
G=27.37%
B=50.95%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1031302420.570.4600.05228.3584.2467.65
Hex6782F2392E05e45444
Octal147202362715605344124104
Binary1100111100000101111001011100110111001011110010010101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6782F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6782F2; }

 p { color: rgb(103,130,242); }

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

<style>
 a { background-color: #6782F2; }

 a { background-color: rgb(103,130,242); }

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

<style>
 span { border-color: #6782F2; }

 span { border-color: rgb(103,130,242); }

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