#68A4F1

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

Shades of Cornflower Blue #68A4F1

Tints of Cornflower Blue #68A4F1

Color information

#68A4F1 (or 0x68A4F1) is unknown color: approx Cornflower Blue. HEX triplet: 68, A4 and F1. RGB value is (104,164,241). Sum of RGB (Red+Green+Blue) = 104+164+241=509 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.43% from 509); Green value is 164 (64.45% from 255 or 32.22% from 509); Blue value is 241 (94.53% from 255 or 47.35% from 509); Max value from RGB is 241 - color contains mainly: blue. Hex color #68A4F1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #68A4F1 is #975B0E. Grayscale: #9A9A9A. Windows color (decimal): -9919247 or 15836264. OLE color: 15836264.

HSL color Cylindrical-coordinate representation of color #68A4F1: hue angle of 213.72º degrees, saturation: 0.83, 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 #68A4F1 is Cyan = 0.57, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB104164241-
CMYK0.570.3200.05
HSL213.72º83.03%67.65%-
HSV(B)213.72º56.85%94.51%-
XYZ34.8635.8488.3-
YUV154.84176.6291.74-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 20.43%
GREEN value IS 164 (64.45% from 255) = 32.22%
BLUE value IS 241 (94.53% from 255) = 47.35%
R=20.43%
G=32.22%
B=47.35%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1041642410.570.3200.05213.7283.0367.65
Hex68A4F1392005d65344
Octal150244361714005326123104
Binary1101000101001001111000111100110000001011101011010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68A4F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68A4F1; }

 p { color: rgb(104,164,241); }

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

<style>
 a { background-color: #68A4F1; }

 a { background-color: rgb(104,164,241); }

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

<style>
 span { border-color: #68A4F1; }

 span { border-color: rgb(104,164,241); }

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