#6EA7D3

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

Shades of Jordy Blue #6EA7D3

Tints of Jordy Blue #6EA7D3

Color information

#6EA7D3 (or 0x6EA7D3) is unknown color: approx Jordy Blue. HEX triplet: 6E, A7 and D3. RGB value is (110,167,211). Sum of RGB (Red+Green+Blue) = 110+167+211=488 (64% of max value = 765). Red value is 110 (43.36% from 255 or 22.54% from 488); Green value is 167 (65.62% from 255 or 34.22% from 488); Blue value is 211 (82.81% from 255 or 43.24% from 488); Max value from RGB is 211 - color contains mainly: blue. Hex color #6EA7D3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EA7D3 is #91582C. Grayscale: #9A9A9A. Windows color (decimal): -9525293 or 13870958. OLE color: 13870958.

HSL color Cylindrical-coordinate representation of color #6EA7D3: hue angle of 206.14º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6EA7D3 is Cyan = 0.48, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB110167211-
CMYK0.480.2100.17
HSL206.14º53.44%62.94%-
HSV(B)206.14º47.87%82.75%-
XYZ32.0135.6666.82-
YUV154.97159.6295.92-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 22.54%
GREEN value IS 167 (65.62% from 255) = 34.22%
BLUE value IS 211 (82.81% from 255) = 43.24%
R=22.54%
G=34.22%
B=43.24%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1101672110.480.2100.17206.1453.4462.94
Hex6EA7D33015011ce353f
Octal15624732360250213166577
Binary110111010100111110100111100001010101000111001110110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EA7D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,167,211); }

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

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

 a { background-color: rgb(110,167,211); }

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

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

 span { border-color: rgb(110,167,211); }

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