#6DA3E7

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

Shades of Jordy Blue #6DA3E7

Tints of Jordy Blue #6DA3E7

Color information

#6DA3E7 (or 0x6DA3E7) is unknown color: approx Jordy Blue. HEX triplet: 6D, A3 and E7. RGB value is (109,163,231). Sum of RGB (Red+Green+Blue) = 109+163+231=503 (66% of max value = 765). Red value is 109 (42.97% from 255 or 21.67% from 503); Green value is 163 (64.06% from 255 or 32.41% from 503); Blue value is 231 (90.62% from 255 or 45.92% from 503); Max value from RGB is 231 - color contains mainly: blue. Hex color #6DA3E7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6DA3E7 is #925C18. Grayscale: #9A9A9A. Windows color (decimal): -9591833 or 15180653. OLE color: 15180653.

HSL color Cylindrical-coordinate representation of color #6DA3E7: hue angle of 213.44º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6DA3E7 is Cyan = 0.53, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB109163231-
CMYK0.530.2900.09
HSL213.44º71.76%66.67%-
HSV(B)213.44º52.81%90.59%-
XYZ33.8335.2280.62-
YUV154.61171.1195.47-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 21.67%
GREEN value IS 163 (64.06% from 255) = 32.41%
BLUE value IS 231 (90.62% from 255) = 45.92%
R=21.67%
G=32.41%
B=45.92%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1091632310.530.2900.09213.4471.7666.67
Hex6DA3E7351D09d54843
Octal1552433476535011325110103
Binary1101101101000111110011111010111101010011101010110010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DA3E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,163,231); }

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

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

 a { background-color: rgb(109,163,231); }

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

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

 span { border-color: rgb(109,163,231); }

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