#68A5ED

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

Shades of Cornflower Blue #68A5ED

Tints of Cornflower Blue #68A5ED

Color information

#68A5ED (or 0x68A5ED) is unknown color: approx Cornflower Blue. HEX triplet: 68, A5 and ED. RGB value is (104,165,237). Sum of RGB (Red+Green+Blue) = 104+165+237=506 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.55% from 506); Green value is 165 (64.84% from 255 or 32.61% from 506); Blue value is 237 (92.97% from 255 or 46.84% from 506); Max value from RGB is 237 - color contains mainly: blue. Hex color #68A5ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #68A5ED is #975A12. Grayscale: #9A9A9A. Windows color (decimal): -9918995 or 15574376. OLE color: 15574376.

HSL color Cylindrical-coordinate representation of color #68A5ED: hue angle of 212.48º degrees, saturation: 0.79, 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 #68A5ED is Cyan = 0.56, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB104165237-
CMYK0.560.3000.07
HSL212.48º78.7%66.86%-
HSV(B)212.48º56.12%92.94%-
XYZ34.4535.9785.25-
YUV154.97174.2991.65-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 20.55%
GREEN value IS 165 (64.84% from 255) = 32.61%
BLUE value IS 237 (92.97% from 255) = 46.84%
R=20.55%
G=32.61%
B=46.84%

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
Decimal1041652370.560.3000.07212.4878.766.86
Hex68A5ED381E07d44f43
Octal150245355703607324117103
Binary110100010100101111011011110001111001111101010010011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68A5ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,165,237); }

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

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

 a { background-color: rgb(104,165,237); }

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

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

 span { border-color: rgb(104,165,237); }

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