#6DABF3

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

Shades of Jordy Blue #6DABF3

Tints of Jordy Blue #6DABF3

Color information

#6DABF3 (or 0x6DABF3) is unknown color: approx Jordy Blue. HEX triplet: 6D, AB and F3. RGB value is (109,171,243). Sum of RGB (Red+Green+Blue) = 109+171+243=523 (69% of max value = 765). Red value is 109 (42.97% from 255 or 20.84% from 523); Green value is 171 (67.19% from 255 or 32.70% from 523); Blue value is 243 (95.31% from 255 or 46.46% from 523); Max value from RGB is 243 - color contains mainly: blue. Hex color #6DABF3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6DABF3 is #92540C. Grayscale: #A0A0A0. Windows color (decimal): -9589773 or 15969133. OLE color: 15969133.

HSL color Cylindrical-coordinate representation of color #6DABF3: hue angle of 212.24º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6DABF3 is Cyan = 0.55, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB109171243-
CMYK0.550.3000.05
HSL212.24º84.81%69.02%-
HSV(B)212.24º55.14%95.29%-
XYZ37.0538.8590.34-
YUV160.67174.4691.15-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 20.84%
GREEN value IS 171 (67.19% from 255) = 32.70%
BLUE value IS 243 (95.31% from 255) = 46.46%
R=20.84%
G=32.70%
B=46.46%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1091712430.550.3000.05212.2484.8169.02
Hex6DABF3371E05d45545
Octal155253363673605324125105
Binary110110110101011111100111101111111001011101010010101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DABF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,171,243); }

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

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

 a { background-color: rgb(109,171,243); }

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

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

 span { border-color: rgb(109,171,243); }

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