#68A1E6

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

Shades of Cornflower Blue #68A1E6

Tints of Cornflower Blue #68A1E6

Color information

#68A1E6 (or 0x68A1E6) is unknown color: approx Cornflower Blue. HEX triplet: 68, A1 and E6. RGB value is (104,161,230). Sum of RGB (Red+Green+Blue) = 104+161+230=495 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.01% from 495); Green value is 161 (63.28% from 255 or 32.53% from 495); Blue value is 230 (90.23% from 255 or 46.46% from 495); Max value from RGB is 230 - color contains mainly: blue. Hex color #68A1E6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #68A1E6 is #975E19. Grayscale: #979797. Windows color (decimal): -9920026 or 15114600. OLE color: 15114600.

HSL color Cylindrical-coordinate representation of color #68A1E6: hue angle of 212.86º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #68A1E6 is Cyan = 0.55, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB104161230-
CMYK0.550.300.10
HSL212.86º71.59%65.49%-
HSV(B)212.86º54.78%90.2%-
XYZ32.7434.1579.73-
YUV151.82172.1293.89-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 21.01%
GREEN value IS 161 (63.28% from 255) = 32.53%
BLUE value IS 230 (90.23% from 255) = 46.46%
R=21.01%
G=32.53%
B=46.46%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1041612300.550.300.10212.8671.5965.49
Hex68A1E6371E0Ad54841
Octal1502413466736012325110101
Binary1101000101000011110011011011111110010101101010110010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68A1E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,161,230); }

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

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

 a { background-color: rgb(104,161,230); }

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

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

 span { border-color: rgb(104,161,230); }

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