#6D9FDA

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

Shades of Jordy Blue #6D9FDA

Tints of Jordy Blue #6D9FDA

Color information

#6D9FDA (or 0x6D9FDA) is unknown color: approx Jordy Blue. HEX triplet: 6D, 9F and DA. RGB value is (109,159,218). Sum of RGB (Red+Green+Blue) = 109+159+218=486 (64% of max value = 765). Red value is 109 (42.97% from 255 or 22.43% from 486); Green value is 159 (62.5% from 255 or 32.72% from 486); Blue value is 218 (85.55% from 255 or 44.86% from 486); Max value from RGB is 218 - color contains mainly: blue. Hex color #6D9FDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D9FDA is #926025. Grayscale: #969696. Windows color (decimal): -9592870 or 14327661. OLE color: 14327661.

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

Color convert

RGB109159218-
CMYK0.50.2700.15
HSL212.48º59.56%64.12%-
HSV(B)212.48º50%85.49%-
XYZ31.3633.1171.07-
YUV150.78165.9498.2-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 22.43%
GREEN value IS 159 (62.5% from 255) = 32.72%
BLUE value IS 218 (85.55% from 255) = 44.86%
R=22.43%
G=32.72%
B=44.86%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1091592180.50.2700.15212.4859.5664.12
Hex6D9FDA321B0Fd43c40
Octal155237332623301732474100
Binary110110110011111110110101100101101101111110101001111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D9FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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