#6D9ADA

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

Shades of Jordy Blue #6D9ADA

Tints of Jordy Blue #6D9ADA

Color information

#6D9ADA (or 0x6D9ADA) is unknown color: approx Jordy Blue. HEX triplet: 6D, 9A and DA. RGB value is (109,154,218). Sum of RGB (Red+Green+Blue) = 109+154+218=481 (63% of max value = 765). Red value is 109 (42.97% from 255 or 22.66% from 481); Green value is 154 (60.55% from 255 or 32.02% from 481); Blue value is 218 (85.55% from 255 or 45.32% from 481); Max value from RGB is 218 - color contains mainly: blue. Hex color #6D9ADA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D9ADA is #926525. Grayscale: #939393. Windows color (decimal): -9594150 or 14326381. OLE color: 14326381.

HSL color Cylindrical-coordinate representation of color #6D9ADA: hue angle of 215.23º degrees, saturation: 0.6, 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 #6D9ADA is Cyan = 0.5, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB109154218-
CMYK0.50.2900.15
HSL215.23º59.56%64.12%-
HSV(B)215.23º50%85.49%-
XYZ30.5231.4270.79-
YUV147.84167.59100.3-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 22.66%
GREEN value IS 154 (60.55% from 255) = 32.02%
BLUE value IS 218 (85.55% from 255) = 45.32%
R=22.66%
G=32.02%
B=45.32%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1091542180.50.2900.15215.2359.5664.12
Hex6D9ADA321D0Fd73c40
Octal155232332623501732774100
Binary110110110011010110110101100101110101111110101111111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D9ADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,154,218); }

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

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

 a { background-color: rgb(109,154,218); }

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

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

 span { border-color: rgb(109,154,218); }

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