#6D9BDB

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

Shades of Jordy Blue #6D9BDB

Tints of Jordy Blue #6D9BDB

Color information

#6D9BDB (or 0x6D9BDB) is unknown color: approx Jordy Blue. HEX triplet: 6D, 9B and DB. RGB value is (109,155,219). Sum of RGB (Red+Green+Blue) = 109+155+219=483 (63% of max value = 765). Red value is 109 (42.97% from 255 or 22.57% from 483); Green value is 155 (60.94% from 255 or 32.09% from 483); Blue value is 219 (85.94% from 255 or 45.34% from 483); Max value from RGB is 219 - color contains mainly: blue. Hex color #6D9BDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D9BDB is #926424. Grayscale: #949494. Windows color (decimal): -9593893 or 14392173. OLE color: 14392173.

HSL color Cylindrical-coordinate representation of color #6D9BDB: hue angle of 214.91º 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 #6D9BDB is Cyan = 0.50, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB109155219-
CMYK0.500.2900.14
HSL214.91º60.44%64.31%-
HSV(B)214.91º50.23%85.88%-
XYZ30.8131.8171.53-
YUV148.54167.7699.8-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 22.57%
GREEN value IS 155 (60.94% from 255) = 32.09%
BLUE value IS 219 (85.94% from 255) = 45.34%
R=22.57%
G=32.09%
B=45.34%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1091552190.500.2900.14214.9160.4464.31
Hex6D9BDB321D0Ed73c40
Octal155233333623501632774100
Binary110110110011011110110111100101110101110110101111111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D9BDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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