#6DABF2

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

Shades of Jordy Blue #6DABF2

Tints of Jordy Blue #6DABF2

Color information

#6DABF2 (or 0x6DABF2) is unknown color: approx Jordy Blue. HEX triplet: 6D, AB and F2. RGB value is (109,171,242). Sum of RGB (Red+Green+Blue) = 109+171+242=522 (69% of max value = 765). Red value is 109 (42.97% from 255 or 20.88% from 522); Green value is 171 (67.19% from 255 or 32.76% from 522); Blue value is 242 (94.92% from 255 or 46.36% from 522); Max value from RGB is 242 - color contains mainly: blue. Hex color #6DABF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6DABF2 is #92540D. Grayscale: #A0A0A0. Windows color (decimal): -9589774 or 15903597. OLE color: 15903597.

HSL color Cylindrical-coordinate representation of color #6DABF2: hue angle of 212.03º degrees, saturation: 0.84, 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 #6DABF2 is Cyan = 0.55, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB109171242-
CMYK0.550.2900.05
HSL212.03º83.65%68.82%-
HSV(B)212.03º54.96%94.9%-
XYZ36.938.7989.55-
YUV160.56173.9691.23-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 20.88%
GREEN value IS 171 (67.19% from 255) = 32.76%
BLUE value IS 242 (94.92% from 255) = 46.36%
R=20.88%
G=32.76%
B=46.36%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1091712420.550.2900.05212.0383.6568.82
Hex6DABF2371D05d45445
Octal155253362673505324124105
Binary110110110101011111100101101111110101011101010010101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DABF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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