#6A9FDA

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

Shades of Jordy Blue #6A9FDA

Tints of Jordy Blue #6A9FDA

Color information

#6A9FDA (or 0x6A9FDA) is unknown color: approx Jordy Blue. HEX triplet: 6A, 9F and DA. RGB value is (106,159,218). Sum of RGB (Red+Green+Blue) = 106+159+218=483 (63% of max value = 765). Red value is 106 (41.80% from 255 or 21.95% from 483); Green value is 159 (62.5% from 255 or 32.92% from 483); Blue value is 218 (85.55% from 255 or 45.13% from 483); Max value from RGB is 218 - color contains mainly: blue. Hex color #6A9FDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6A9FDA is #956025. Grayscale: #959595. Windows color (decimal): -9789478 or 14327658. OLE color: 14327658.

HSL color Cylindrical-coordinate representation of color #6A9FDA: hue angle of 211.61º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6A9FDA is Cyan = 0.51, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB106159218-
CMYK0.510.2700.15
HSL211.61º60.22%63.53%-
HSV(B)211.61º51.38%85.49%-
XYZ3132.9271.05-
YUV149.88166.4496.7-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 21.95%
GREEN value IS 159 (62.5% from 255) = 32.92%
BLUE value IS 218 (85.55% from 255) = 45.13%
R=21.95%
G=32.92%
B=45.13%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1061592180.510.2700.15211.6160.2263.53
Hex6A9FDA331B0Fd43c40
Octal152237332633301732474100
Binary110101010011111110110101100111101101111110101001111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A9FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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