#6EA9F3

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

Shades of Jordy Blue #6EA9F3

Tints of Jordy Blue #6EA9F3

Color information

#6EA9F3 (or 0x6EA9F3) is unknown color: approx Jordy Blue. HEX triplet: 6E, A9 and F3. RGB value is (110,169,243). Sum of RGB (Red+Green+Blue) = 110+169+243=522 (69% of max value = 765). Red value is 110 (43.36% from 255 or 21.07% from 522); Green value is 169 (66.41% from 255 or 32.38% from 522); Blue value is 243 (95.31% from 255 or 46.55% from 522); Max value from RGB is 243 - color contains mainly: blue. Hex color #6EA9F3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6EA9F3 is #91560C. Grayscale: #9F9F9F. Windows color (decimal): -9524749 or 15968622. OLE color: 15968622.

HSL color Cylindrical-coordinate representation of color #6EA9F3: hue angle of 213.38º 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 #6EA9F3 is Cyan = 0.55, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB110169243-
CMYK0.550.3000.05
HSL213.38º84.71%69.22%-
HSV(B)213.38º54.73%95.29%-
XYZ36.838.1690.22-
YUV159.79174.9592.48-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 21.07%
GREEN value IS 169 (66.41% from 255) = 32.38%
BLUE value IS 243 (95.31% from 255) = 46.55%
R=21.07%
G=32.38%
B=46.55%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1101692430.550.3000.05213.3884.7169.22
Hex6EA9F3371E05d55545
Octal156251363673605325125105
Binary110111010101001111100111101111111001011101010110101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EA9F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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