#68A6E6

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

Shades of Jordy Blue #68A6E6

Tints of Jordy Blue #68A6E6

Color information

#68A6E6 (or 0x68A6E6) is unknown color: approx Jordy Blue. HEX triplet: 68, A6 and E6. RGB value is (104,166,230). Sum of RGB (Red+Green+Blue) = 104+166+230=500 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.8% from 500); Green value is 166 (65.23% from 255 or 33.2% from 500); Blue value is 230 (90.23% from 255 or 46% from 500); Max value from RGB is 230 - color contains mainly: blue. Hex color #68A6E6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #68A6E6 is #975919. Grayscale: #9A9A9A. Windows color (decimal): -9918746 or 15115880. OLE color: 15115880.

HSL color Cylindrical-coordinate representation of color #68A6E6: hue angle of 210.48º 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 #68A6E6 is Cyan = 0.55, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB104166230-
CMYK0.550.2800.10
HSL210.48º71.59%65.49%-
HSV(B)210.48º54.78%90.2%-
XYZ33.6335.9380.03-
YUV154.76170.4691.8-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 20.8%
GREEN value IS 166 (65.23% from 255) = 33.2%
BLUE value IS 230 (90.23% from 255) = 46%
R=20.8%
G=33.2%
B=46%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1041662300.550.2800.10210.4871.5965.49
Hex68A6E6371C0Ad24841
Octal1502463466734012322110101
Binary1101000101001101110011011011111100010101101001010010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68A6E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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