#6681F2

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

Shades of Cornflower Blue #6681F2

Tints of Cornflower Blue #6681F2

Color information

#6681F2 (or 0x6681F2) is unknown color: approx Cornflower Blue. HEX triplet: 66, 81 and F2. RGB value is (102,129,242). Sum of RGB (Red+Green+Blue) = 102+129+242=473 (62% of max value = 765). Red value is 102 (40.23% from 255 or 21.56% from 473); Green value is 129 (50.78% from 255 or 27.27% from 473); Blue value is 242 (94.92% from 255 or 51.16% from 473); Max value from RGB is 242 - color contains mainly: blue. Hex color #6681F2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6681F2 is #997E0D. Grayscale: #858585. Windows color (decimal): -10059278 or 15892838. OLE color: 15892838.

HSL color Cylindrical-coordinate representation of color #6681F2: hue angle of 228.43º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6681F2 is Cyan = 0.58, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB102129242-
CMYK0.580.4700.05
HSL228.43º84.34%67.45%-
HSV(B)228.43º57.85%94.9%-
XYZ29.3624.9487.27-
YUV133.81189.05105.31-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 21.56%
GREEN value IS 129 (50.78% from 255) = 27.27%
BLUE value IS 242 (94.92% from 255) = 51.16%
R=21.56%
G=27.27%
B=51.16%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1021292420.580.4700.05228.4384.3467.45
Hex6681F23A2F05e45443
Octal146201362725705344124103
Binary1100110100000011111001011101010111101011110010010101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6681F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,129,242); }

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

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

 a { background-color: rgb(102,129,242); }

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

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

 span { border-color: rgb(102,129,242); }

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