#6EA3DA

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

Shades of Jordy Blue #6EA3DA

Tints of Jordy Blue #6EA3DA

Color information

#6EA3DA (or 0x6EA3DA) is unknown color: approx Jordy Blue. HEX triplet: 6E, A3 and DA. RGB value is (110,163,218). Sum of RGB (Red+Green+Blue) = 110+163+218=491 (65% of max value = 765). Red value is 110 (43.36% from 255 or 22.40% from 491); Green value is 163 (64.06% from 255 or 33.20% from 491); Blue value is 218 (85.55% from 255 or 44.40% from 491); Max value from RGB is 218 - color contains mainly: blue. Hex color #6EA3DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EA3DA is #915C25. Grayscale: #999999. Windows color (decimal): -9526310 or 14328686. OLE color: 14328686.

HSL color Cylindrical-coordinate representation of color #6EA3DA: hue angle of 210.56º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6EA3DA is Cyan = 0.50, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB110163218-
CMYK0.500.2500.15
HSL210.56º59.34%64.31%-
HSV(B)210.56º49.54%85.49%-
XYZ32.1834.5771.31-
YUV153.42164.4497.03-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 22.40%
GREEN value IS 163 (64.06% from 255) = 33.20%
BLUE value IS 218 (85.55% from 255) = 44.40%
R=22.40%
G=33.20%
B=44.40%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1101632180.500.2500.15210.5659.3464.31
Hex6EA3DA32190Fd33b40
Octal156243332623101732373100
Binary110111010100011110110101100101100101111110100111110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EA3DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,163,218); }

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

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

 a { background-color: rgb(110,163,218); }

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

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

 span { border-color: rgb(110,163,218); }

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