#6D9DDB

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

Shades of Jordy Blue #6D9DDB

Tints of Jordy Blue #6D9DDB

Color information

#6D9DDB (or 0x6D9DDB) is unknown color: approx Jordy Blue. HEX triplet: 6D, 9D and DB. RGB value is (109,157,219). Sum of RGB (Red+Green+Blue) = 109+157+219=485 (64% of max value = 765). Red value is 109 (42.97% from 255 or 22.47% from 485); Green value is 157 (61.72% from 255 or 32.37% from 485); Blue value is 219 (85.94% from 255 or 45.15% from 485); Max value from RGB is 219 - color contains mainly: blue. Hex color #6D9DDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D9DDB is #926224. Grayscale: #959595. Windows color (decimal): -9593381 or 14392685. OLE color: 14392685.

HSL color Cylindrical-coordinate representation of color #6D9DDB: hue angle of 213.82º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6D9DDB is Cyan = 0.50, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB109157219-
CMYK0.500.2800.14
HSL213.82º60.44%64.31%-
HSV(B)213.82º50.23%85.88%-
XYZ31.1532.4871.65-
YUV149.72167.198.96-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 22.47%
GREEN value IS 157 (61.72% from 255) = 32.37%
BLUE value IS 219 (85.94% from 255) = 45.15%
R=22.47%
G=32.37%
B=45.15%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1091572190.500.2800.14213.8260.4464.31
Hex6D9DDB321C0Ed63c40
Octal155235333623401632674100
Binary110110110011101110110111100101110001110110101101111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D9DDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,157,219); }

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

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

 a { background-color: rgb(109,157,219); }

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

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

 span { border-color: rgb(109,157,219); }

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