#6DA9DE

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

Shades of Jordy Blue #6DA9DE

Tints of Jordy Blue #6DA9DE

Color information

#6DA9DE (or 0x6DA9DE) is unknown color: approx Jordy Blue. HEX triplet: 6D, A9 and DE. RGB value is (109,169,222). Sum of RGB (Red+Green+Blue) = 109+169+222=500 (66% of max value = 765). Red value is 109 (42.97% from 255 or 21.8% from 500); Green value is 169 (66.41% from 255 or 33.8% from 500); Blue value is 222 (87.11% from 255 or 44.4% from 500); Max value from RGB is 222 - color contains mainly: blue. Hex color #6DA9DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DA9DE is #925621. Grayscale: #9C9C9C. Windows color (decimal): -9590306 or 14592365. OLE color: 14592365.

HSL color Cylindrical-coordinate representation of color #6DA9DE: hue angle of 208.14º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6DA9DE is Cyan = 0.51, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB109169222-
CMYK0.510.2400.13
HSL208.14º63.13%64.9%-
HSV(B)208.14º50.9%87.06%-
XYZ33.6836.974.45-
YUV157.1164.6293.69-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 21.8%
GREEN value IS 169 (66.41% from 255) = 33.8%
BLUE value IS 222 (87.11% from 255) = 44.4%
R=21.8%
G=33.8%
B=44.4%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1091692220.510.2400.13208.1463.1364.9
Hex6DA9DE33180Dd03f41
Octal155251336633001532077101
Binary110110110101001110111101100111100001101110100001111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DA9DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,169,222); }

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

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

 a { background-color: rgb(109,169,222); }

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

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

 span { border-color: rgb(109,169,222); }

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