#6EA8F3

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

Shades of Jordy Blue #6EA8F3

Tints of Jordy Blue #6EA8F3

Color information

#6EA8F3 (or 0x6EA8F3) is unknown color: approx Jordy Blue. HEX triplet: 6E, A8 and F3. RGB value is (110,168,243). Sum of RGB (Red+Green+Blue) = 110+168+243=521 (69% of max value = 765). Red value is 110 (43.36% from 255 or 21.11% from 521); Green value is 168 (66.02% from 255 or 32.25% from 521); Blue value is 243 (95.31% from 255 or 46.64% from 521); Max value from RGB is 243 - color contains mainly: blue. Hex color #6EA8F3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6EA8F3 is #91570C. Grayscale: #9E9E9E. Windows color (decimal): -9525005 or 15968366. OLE color: 15968366.

HSL color Cylindrical-coordinate representation of color #6EA8F3: hue angle of 213.83º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6EA8F3 is Cyan = 0.55, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB110168243-
CMYK0.550.3100.05
HSL213.83º84.71%69.22%-
HSV(B)213.83º54.73%95.29%-
XYZ36.6137.7990.16-
YUV159.21175.2892.9-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 21.11%
GREEN value IS 168 (66.02% from 255) = 32.25%
BLUE value IS 243 (95.31% from 255) = 46.64%
R=21.11%
G=32.25%
B=46.64%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1101682430.550.3100.05213.8384.7169.22
Hex6EA8F3371F05d65545
Octal156250363673705326125105
Binary110111010101000111100111101111111101011101011010101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EA8F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6EA8F3; }

 p { color: rgb(110,168,243); }

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

<style>
 a { background-color: #6EA8F3; }

 a { background-color: rgb(110,168,243); }

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

<style>
 span { border-color: #6EA8F3; }

 span { border-color: rgb(110,168,243); }

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