#68A6EE

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

Shades of Cornflower Blue #68A6EE

Tints of Cornflower Blue #68A6EE

Color information

#68A6EE (or 0x68A6EE) is unknown color: approx Cornflower Blue. HEX triplet: 68, A6 and EE. RGB value is (104,166,238). Sum of RGB (Red+Green+Blue) = 104+166+238=508 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.47% from 508); Green value is 166 (65.23% from 255 or 32.68% from 508); Blue value is 238 (93.36% from 255 or 46.85% from 508); Max value from RGB is 238 - color contains mainly: blue. Hex color #68A6EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #68A6EE is #975911. Grayscale: #9B9B9B. Windows color (decimal): -9918738 or 15640168. OLE color: 15640168.

HSL color Cylindrical-coordinate representation of color #68A6EE: hue angle of 212.24º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68A6EE is Cyan = 0.56, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB104166238-
CMYK0.560.3000.07
HSL212.24º79.76%67.06%-
HSV(B)212.24º56.3%93.33%-
XYZ34.7836.3986.08-
YUV155.67174.4691.15-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 20.47%
GREEN value IS 166 (65.23% from 255) = 32.68%
BLUE value IS 238 (93.36% from 255) = 46.85%
R=20.47%
G=32.68%
B=46.85%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1041662380.560.3000.07212.2479.7667.06
Hex68A6EE381E07d45043
Octal150246356703607324120103
Binary110100010100110111011101110001111001111101010010100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68A6EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,166,238); }

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

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

 a { background-color: rgb(104,166,238); }

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

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

 span { border-color: rgb(104,166,238); }

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