#6A9FDB

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

Shades of Jordy Blue #6A9FDB

Tints of Jordy Blue #6A9FDB

Color information

#6A9FDB (or 0x6A9FDB) is unknown color: approx Jordy Blue. HEX triplet: 6A, 9F and DB. RGB value is (106,159,219). Sum of RGB (Red+Green+Blue) = 106+159+219=484 (64% of max value = 765). Red value is 106 (41.80% from 255 or 21.90% from 484); Green value is 159 (62.5% from 255 or 32.85% from 484); Blue value is 219 (85.94% from 255 or 45.25% from 484); Max value from RGB is 219 - color contains mainly: blue. Hex color #6A9FDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6A9FDB is #956024. Grayscale: #959595. Windows color (decimal): -9789477 or 14393194. OLE color: 14393194.

HSL color Cylindrical-coordinate representation of color #6A9FDB: hue angle of 211.86º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6A9FDB is Cyan = 0.52, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB106159219-
CMYK0.520.2700.14
HSL211.86º61.08%63.73%-
HSV(B)211.86º51.6%85.88%-
XYZ31.1332.9771.74-
YUV149.99166.9496.62-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 21.90%
GREEN value IS 159 (62.5% from 255) = 32.85%
BLUE value IS 219 (85.94% from 255) = 45.25%
R=21.90%
G=32.85%
B=45.25%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1061592190.520.2700.14211.8661.0863.73
Hex6A9FDB341B0Ed43d40
Octal152237333643301632475100
Binary110101010011111110110111101001101101110110101001111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A9FDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,159,219); }

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

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

 a { background-color: rgb(106,159,219); }

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

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

 span { border-color: rgb(106,159,219); }

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